Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
ArrowStyle
Son los tipos de formas de inicio y finalización con los que se puede renderizar la geometría lineal.
Algunos valores se basan en el tipo simple "ST_LineEndType" que se describe en la sección 20.1.10.33 de "Office Open XML File Formats - Fundamentals and Markup Language Reference", parte 1 de ECMA-376, 5ª edición.
Para llamar a una enumeración, debes llamar a su clase principal, nombre y propiedad. Por ejemplo,
SlidesApp.ArrowStyle.FILL_ARROW.
Propiedades
Propiedad
Tipo
Descripción
UNSUPPORTED
Enum
Es un estilo de flecha que no se admite.
NONE
Enum
Sin flecha.
STEALTH_ARROW
Enum
Flecha con parte posterior cortada. Corresponde al valor "stealth" de ST_LineEndType de ECMA-376.
FILL_ARROW
Enum
Flecha rellena. Corresponde al valor "triangle" de ECMA-376 ST_LineEndType.
FILL_CIRCLE
Enum
Círculo lleno. Corresponde al valor "oval" de ECMA-376 ST_LineEndType.
FILL_SQUARE
Enum
Cuadrado relleno.
FILL_DIAMOND
Enum
Es un rombo lleno. Corresponde al valor "diamond" de ST_LineEndType de ECMA-376.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-08-04 (UTC)"],[[["`ArrowStyle` defines the start and end forms for rendering linear geometry in Google Slides."],["Several arrow styles are based on the ECMA-376 standard for line end types."],["You can use properties like `FILL_ARROW` or `OPEN_CIRCLE` to specify the desired arrow style."],["`ArrowStyle` offers a variety of arrow styles, including filled and hollow shapes, as well as no arrow."],["To apply an arrow style, call the enum through its parent class and property, like `SlidesApp.ArrowStyle.FILL_ARROW`."]]],[]]