Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
FrecciaStile
I tipi di forme di inizio e fine con cui è possibile eseguire il rendering della geometria lineare.
Alcuni valori si basano sul tipo semplice "ST_LineEndType" descritto nella sezione 20.1.10.33 di "Office Open XML File Formats - Fundamentals and Markup Language Reference", parte 1 della 4a edizione di ECMA-376.
Per chiamare un enum, devi chiamare la relativa classe, il nome e la proprietà di base. Ad esempio,
SlidesApp.ArrowStyle.FILL_ARROW.
Proprietà
Proprietà
Tipo
Descrizione
UNSUPPORTED
Enum
Uno stile di freccia non supportato.
NONE
Enum
Nessuna freccia.
STEALTH_ARROW
Enum
Freccia con rientranza sul retro. Corrisponde al valore "stealth" di ST_LineEndType ECMA-376.
FILL_ARROW
Enum
Freccia piena. Corrisponde al valore ST_LineEndType "triangle" di ECMA-376.
FILL_CIRCLE
Enum
Cerchio pieno. Corrisponde al valore "oval" di ST_LineEndType ECMA-376.
FILL_SQUARE
Enum
Quadrato pieno.
FILL_DIAMOND
Enum
Rombo pieno. Corrisponde al valore ST_LineEndType "diamond" di ECMA-376.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-12-02 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`."]]],[]]