Types de formes. Nombre de ces formes correspondent à des formes prédéfinies de la norme ECMA-376. Pour en savoir plus sur ces formes, consultez la description du type simple "ST_ShapeType" dans la section 20.1.10.55 de "Office Open XML File Formats - Fundamentals and Markup Language Reference", partie 1 de la 5e édition d'ECMA-376.
Pour appeler un enum, vous devez appeler sa classe parente, son nom et sa propriété. Par exemple,
SlidesApp.ShapeType.TEXT_BOX
.
Propriétés
Propriété | Type | Description |
---|---|---|
UNSUPPORTED | Enum | Type de forme non accepté. |
TEXT_BOX | Enum | Forme de la zone de texte. |
RECTANGLE | Enum | Forme rectangulaire. Correspond à ECMA-376 ST_ShapeType "rect". |
ROUND_RECTANGLE | Enum | Forme rectangulaire à coins arrondis. Correspond à ECMA-376 ST_ShapeType "roundRect". |
ELLIPSE | Enum | Forme d'ellipse. Correspond à ECMA-376 ST_ShapeType "ellipse". |
ARC | Enum | Forme d'arc incurvée. Correspond à ECMA-376 ST_ShapeType "arc". |
BENT_ARROW | Enum | Forme de flèche courbe. Correspond à ECMA-376 ST_ShapeType "bentArrow". |
BENT_UP_ARROW | Enum | Forme de flèche courbée vers le haut. Correspond à ECMA-376 ST_ShapeType 'bentUpArrow'. |
BEVEL | Enum | Forme du biseau. Correspond à ECMA-376 ST_ShapeType "bevel". |
BLOCK_ARC | Enum | Forme d'arc de bloc. Correspond à ECMA-376 ST_ShapeType "blockArc". |
BRACE_PAIR | Enum | Forme de la paire d'accolades. Correspond à ECMA-376 ST_ShapeType "bracePair". |
BRACKET_PAIR | Enum | Forme de la paire de crochets. Correspond à ECMA-376 ST_ShapeType "bracketPair". |
CAN | Enum | Can shape. Correspond à ECMA-376 ST_ShapeType "can". |
CHEVRON | Enum | Forme en chevron. Correspond à ECMA-376 ST_ShapeType "chevron". |
CHORD | Enum | Forme de l'accord. Correspond à ECMA-376 ST_ShapeType "chord". |
CLOUD | Enum | Forme de nuage. Correspond à ECMA-376 ST_ShapeType "cloud". |
CORNER | Enum | Forme de l'angle. Correspond à ECMA-376 ST_ShapeType "corner". |
CUBE | Enum | Forme cubique. Correspond à ECMA-376 ST_ShapeType "cube". |
CURVED_DOWN_ARROW | Enum | Forme de flèche courbée vers le bas. Correspond à ECMA-376 ST_ShapeType 'curvedDownArrow'. |
CURVED_LEFT_ARROW | Enum | Forme de flèche incurvée vers la gauche. Correspond à ECMA-376 ST_ShapeType 'curvedLeftArrow'. |
CURVED_RIGHT_ARROW | Enum | Forme de flèche courbée vers la droite. Correspond à ECMA-376 ST_ShapeType "curvedRightArrow". |
CURVED_UP_ARROW | Enum | Forme de flèche courbée vers le haut. Correspond à ECMA-376 ST_ShapeType "curvedUpArrow". |
DECAGON | Enum | Forme de décagone. Correspond à ECMA-376 ST_ShapeType "decagon". |
DIAGONAL_STRIPE | Enum | Forme de bande diagonale. Correspond à ECMA-376 ST_ShapeType 'diagStripe'. |
DIAMOND | Enum | Forme en losange. Correspond à ECMA-376 ST_ShapeType "diamond". |
DODECAGON | Enum | Forme dodécagonale. Correspond à ECMA-376 ST_ShapeType "dodecagon". |
DONUT | Enum | Forme en anneau. Correspond à ECMA-376 ST_ShapeType "donut". |
DOUBLE_WAVE | Enum | Forme d'onde double. Correspond à ECMA-376 ST_ShapeType "doubleWave". |
DOWN_ARROW | Enum | Forme de flèche vers le bas. Correspond à ECMA-376 ST_ShapeType 'downArrow'. |
DOWN_ARROW_CALLOUT | Enum | Forme de flèche vers le bas. Correspond à ECMA-376 ST_ShapeType "downArrowCallout". |
FOLDED_CORNER | Enum | Forme de coin plié. Correspond à ECMA-376 ST_ShapeType "foldedCorner". |
FRAME | Enum | Forme du cadre. Correspond à ECMA-376 ST_ShapeType "frame". |
HALF_FRAME | Enum | Forme demi-cadre. Correspond à ECMA-376 ST_ShapeType "halfFrame". |
HEART | Enum | Forme de cœur. Correspond à ECMA-376 ST_ShapeType "heart". |
HEPTAGON | Enum | Forme heptagonale. Correspond à ECMA-376 ST_ShapeType "heptagon". |
HEXAGON | Enum | Forme hexagonale. Correspond à ECMA-376 ST_ShapeType "hexagon". |
HOME_PLATE | Enum | Forme de la plaque de base. Correspond à ECMA-376 ST_ShapeType "homePlate". |
HORIZONTAL_SCROLL | Enum | Forme de défilement horizontal. Correspond à ECMA-376 ST_ShapeType "horizontalScroll". |
IRREGULAR_SEAL_1 | Enum | Forme de joint irrégulière 1. Correspond à ECMA-376 ST_ShapeType "irregularSeal1". |
IRREGULAR_SEAL_2 | Enum | Forme irrégulière du joint 2. Correspond à ECMA-376 ST_ShapeType "irregularSeal2". |
LEFT_ARROW | Enum | Forme de flèche vers la gauche. Correspond à ECMA-376 ST_ShapeType "leftArrow". |
LEFT_ARROW_CALLOUT | Enum | Forme de flèche vers la gauche Correspond à ECMA-376 ST_ShapeType 'leftArrowCallout'. |
LEFT_BRACE | Enum | Forme de l'accolade ouvrante. Correspond à ECMA-376 ST_ShapeType 'leftBrace'. |
LEFT_BRACKET | Enum | Forme de crochet ouvrant. Correspond à ECMA-376 ST_ShapeType 'leftBracket'. |
LEFT_RIGHT_ARROW | Enum | Forme de flèche vers la gauche et la droite. Correspond à ECMA-376 ST_ShapeType "leftRightArrow". |
LEFT_RIGHT_ARROW_CALLOUT | Enum | Forme de bulle de dialogue avec flèche vers la gauche et la droite. Correspond à ECMA-376 ST_ShapeType "leftRightArrowCallout". |
LEFT_RIGHT_UP_ARROW | Enum | Forme de flèche vers la gauche, la droite et le haut. Correspond à ECMA-376 ST_ShapeType 'leftRightUpArrow'. |
LEFT_UP_ARROW | Enum | Forme de flèche vers le haut et vers la gauche. Correspond à ECMA-376 ST_ShapeType "leftUpArrow". |
LIGHTNING_BOLT | Enum | Forme d'éclair. Correspond à ECMA-376 ST_ShapeType "lightningBolt". |
MATH_DIVIDE | Enum | Diviser une forme mathématique. Correspond à ECMA-376 ST_ShapeType 'mathDivide'. |
MATH_EQUAL | Enum | Forme mathématique "égal à". Correspond à ECMA-376 ST_ShapeType 'mathEqual'. |
MATH_MINUS | Enum | Forme mathématique moins. Correspond à ECMA-376 ST_ShapeType "mathMinus". |
MATH_MULTIPLY | Enum | Forme mathématique de multiplication. Correspond à ECMA-376 ST_ShapeType 'mathMultiply'. |
MATH_NOT_EQUAL | Enum | Forme mathématique "différent de". Correspond à ECMA-376 ST_ShapeType "mathNotEqual". |
MATH_PLUS | Enum | Forme mathématique Plus. Correspond à ECMA-376 ST_ShapeType "mathPlus". |
MOON | Enum | Forme de lune. Correspond à ECMA-376 ST_ShapeType "moon". |
NO_SMOKING | Enum | Forme "Interdiction de fumer". Correspond à ECMA-376 ST_ShapeType "noSmoking". |
NOTCHED_RIGHT_ARROW | Enum | Forme de flèche droite à entaille. Correspond à ECMA-376 ST_ShapeType "notchedRightArrow". |
OCTAGON | Enum | Forme octogonale. Correspond à ECMA-376 ST_ShapeType "octagon". |
PARALLELOGRAM | Enum | Forme de parallélogramme. Correspond à ECMA-376 ST_ShapeType "parallelogram". |
PENTAGON | Enum | Forme pentagonale. Correspond à ECMA-376 ST_ShapeType "pentagon". |
PIE | Enum | Forme de secteur. Correspond à ECMA-376 ST_ShapeType "pie". |
PLAQUE | Enum | Forme de la plaque. Correspond à ECMA-376 ST_ShapeType "plaque". |
PLUS | Enum | Forme Plus. Correspond à ECMA-376 ST_ShapeType "plus". |
QUAD_ARROW | Enum | Forme de flèche à quatre pointes. Correspond à ECMA-376 ST_ShapeType 'quadArrow'. |
QUAD_ARROW_CALLOUT | Enum | Forme de rectangle à quatre flèches. Correspond à ECMA-376 ST_ShapeType "quadArrowCallout". |
RIBBON | Enum | Forme de ruban. Correspond à ECMA-376 ST_ShapeType "ribbon". |
RIBBON_2 | Enum | Forme du ruban 2. Correspond à ECMA-376 ST_ShapeType "ribbon2". |
RIGHT_ARROW | Enum | Forme de flèche vers la droite. Correspond à ECMA-376 ST_ShapeType "rightArrow". |
RIGHT_ARROW_CALLOUT | Enum | Forme de flèche vers la droite. Correspond à ECMA-376 ST_ShapeType "rightArrowCallout". |
RIGHT_BRACE | Enum | Forme d'accolade fermante. Correspond à ECMA-376 ST_ShapeType "rightBrace". |
RIGHT_BRACKET | Enum | Forme de crochet fermant. Correspond à ECMA-376 ST_ShapeType 'rightBracket'. |
ROUND_1_RECTANGLE | Enum | Forme rectangulaire à un coin arrondi. Correspond à ECMA-376 ST_ShapeType "round1Rect". |
ROUND_2_DIAGONAL_RECTANGLE | Enum | Forme rectangulaire à deux coins arrondis en diagonale. Correspond à ECMA-376 ST_ShapeType 'round2DiagRect'. |
ROUND_2_SAME_RECTANGLE | Enum | Forme rectangulaire à deux coins arrondis du même côté. Correspond à ECMA-376 ST_ShapeType 'round2SameRect'. |
RIGHT_TRIANGLE | Enum | Forme de triangle rectangle. Correspond à ECMA-376 ST_ShapeType 'rtTriangle'. |
SMILEY_FACE | Enum | Forme de visage souriant. Correspond à ECMA-376 ST_ShapeType "smileyFace". |
SNIP_1_RECTANGLE | Enum | Forme rectangulaire à un coin coupé. Correspond à ECMA-376 ST_ShapeType "snip1Rect". |
SNIP_2_DIAGONAL_RECTANGLE | Enum | Forme rectangulaire à deux coins coupés en diagonale. Correspond à ECMA-376 ST_ShapeType 'snip2DiagRect'. |
SNIP_2_SAME_RECTANGLE | Enum | Forme rectangulaire à deux coins coupés du même côté. Correspond à ECMA-376 ST_ShapeType 'snip2SameRect'. |
SNIP_ROUND_RECTANGLE | Enum | Forme rectangulaire à un coin coupé et un coin arrondi. Correspond à ECMA-376 ST_ShapeType 'snipRoundRect'. |
STAR_10 | Enum | Forme d'étoile à dix branches. Correspond à ECMA-376 ST_ShapeType "star10". |
STAR_12 | Enum | Forme d'étoile à douze branches. Correspond à ECMA-376 ST_ShapeType "star12". |
STAR_16 | Enum | Forme d'étoile à seize branches. Correspond à ECMA-376 ST_ShapeType "star16". |
STAR_24 | Enum | Forme d'étoile à 24 branches. Correspond à ECMA-376 ST_ShapeType 'star24'. |
STAR_32 | Enum | Forme d'étoile à 32 branches. Correspond à ECMA-376 ST_ShapeType 'star32'. |
STAR_4 | Enum | Forme d'étoile à quatre branches. Correspond à ECMA-376 ST_ShapeType "star4". |
STAR_5 | Enum | Forme d'étoile à cinq branches. Correspond à ECMA-376 ST_ShapeType "star5". |
STAR_6 | Enum | Forme d'étoile à six branches. Correspond à ECMA-376 ST_ShapeType "star6". |
STAR_7 | Enum | Forme d'étoile à sept branches. Correspond à ECMA-376 ST_ShapeType "star7". |
STAR_8 | Enum | Forme d'étoile à huit branches. Correspond à ECMA-376 ST_ShapeType "star8". |
STRIPED_RIGHT_ARROW | Enum | Forme de flèche droite rayée. Correspond à ECMA-376 ST_ShapeType 'stripedRightArrow'. |
SUN | Enum | Forme de soleil. Correspond à ECMA-376 ST_ShapeType "sun". |
TRAPEZOID | Enum | Forme trapézoïdale. Correspond à ECMA-376 ST_ShapeType "trapezoid". |
TRIANGLE | Enum | Forme triangulaire. Correspond à ECMA-376 ST_ShapeType "triangle". |
UP_ARROW | Enum | Forme de flèche vers le haut. Correspond à ECMA-376 ST_ShapeType "upArrow". |
UP_ARROW_CALLOUT | Enum | Forme de flèche vers le haut. Correspond à ECMA-376 ST_ShapeType "upArrowCallout". |
UP_DOWN_ARROW | Enum | Forme de flèche vers le haut et le bas. Correspond à ECMA-376 ST_ShapeType 'upDownArrow'. |
UTURN_ARROW | Enum | Forme de flèche en demi-cercle. Correspond à ECMA-376 ST_ShapeType 'uturnArrow'. |
VERTICAL_SCROLL | Enum | Forme de défilement vertical. Correspond à ECMA-376 ST_ShapeType "verticalScroll". |
WAVE | Enum | Forme de l'onde. Correspond à ECMA-376 ST_ShapeType "wave". |
WEDGE_ELLIPSE_CALLOUT | Enum | Forme d'ellipse en forme de coin de bulle. Correspond à ECMA-376 ST_ShapeType "wedgeEllipseCallout". |
WEDGE_RECTANGLE_CALLOUT | Enum | Forme rectangulaire en forme de coin. Correspond à ECMA-376 ST_ShapeType "wedgeRectCallout". |
WEDGE_ROUND_RECTANGLE_CALLOUT | Enum | Forme de rectangle arrondi en forme de coin. Correspond à ECMA-376 ST_ShapeType 'wedgeRoundRectCallout'. |
FLOW_CHART_ALTERNATE_PROCESS | Enum | Forme de flux de processus alternatif. Correspond à ECMA-376 ST_ShapeType "flowChartAlternateProcess". |
FLOW_CHART_COLLATE | Enum | Forme de flux "Rassembler". Correspond à ECMA-376 ST_ShapeType "flowChartCollate". |
FLOW_CHART_CONNECTOR | Enum | Forme du flux du connecteur. Correspond à ECMA-376 ST_ShapeType "flowChartConnector". |
FLOW_CHART_DECISION | Enum | Forme du flux de décision. Correspond à ECMA-376 ST_ShapeType "flowChartDecision". |
FLOW_CHART_DELAY | Enum | Forme du flux de délai. Correspond à ECMA-376 ST_ShapeType "flowChartDelay". |
FLOW_CHART_DISPLAY | Enum | Affichez la forme du flux. Correspond à ECMA-376 ST_ShapeType "flowChartDisplay". |
FLOW_CHART_DOCUMENT | Enum | Forme du flux de documents. Correspond à ECMA-376 ST_ShapeType "flowChartDocument". |
FLOW_CHART_EXTRACT | Enum | Extrayez la forme du flux. Correspond à ECMA-376 ST_ShapeType 'flowChartExtract'. |
FLOW_CHART_INPUT_OUTPUT | Enum | Forme du flux d'entrée/sortie. Correspond à ECMA-376 ST_ShapeType "flowChartInputOutput". |
FLOW_CHART_INTERNAL_STORAGE | Enum | Forme de flux de stockage interne. Correspond à ECMA-376 ST_ShapeType "flowChartInternalStorage". |
FLOW_CHART_MAGNETIC_DISK | Enum | Forme de flux de disque magnétique. Correspond à ECMA-376 ST_ShapeType 'flowChartMagneticDisk'. |
FLOW_CHART_MAGNETIC_DRUM | Enum | Forme du flux du tambour magnétique. Correspond à ECMA-376 ST_ShapeType "flowChartMagneticDrum". |
FLOW_CHART_MAGNETIC_TAPE | Enum | Forme du flux de bande magnétique. Correspond à ECMA-376 ST_ShapeType "flowChartMagneticTape". |
FLOW_CHART_MANUAL_INPUT | Enum | Forme du flux d'entrée manuelle. Correspond à ECMA-376 ST_ShapeType "flowChartManualInput". |
FLOW_CHART_MANUAL_OPERATION | Enum | Forme de flux d'opération manuelle. Correspond à ECMA-376 ST_ShapeType "flowChartManualOperation". |
FLOW_CHART_MERGE | Enum | Forme de flux de fusion. Correspond à ECMA-376 ST_ShapeType "flowChartMerge". |
FLOW_CHART_MULTIDOCUMENT | Enum | Forme de flux multidocument. Correspond à ECMA-376 ST_ShapeType "flowChartMultidocument". |
FLOW_CHART_OFFLINE_STORAGE | Enum | Forme du flux de stockage hors connexion. Correspond à ECMA-376 ST_ShapeType "flowChartOfflineStorage". |
FLOW_CHART_OFFPAGE_CONNECTOR | Enum | Forme de flux du connecteur hors page. Correspond à ECMA-376 ST_ShapeType 'flowChartOffpageConnector'. |
FLOW_CHART_ONLINE_STORAGE | Enum | Forme du flux de stockage en ligne. Correspond à ECMA-376 ST_ShapeType 'flowChartOnlineStorage'. |
FLOW_CHART_OR | Enum | ou la forme du flux. Correspond à ECMA-376 ST_ShapeType "flowChartOr". |
FLOW_CHART_PREDEFINED_PROCESS | Enum | Forme de flux de processus prédéfinie. Correspond à ECMA-376 ST_ShapeType 'flowChartPredefinedProcess'. |
FLOW_CHART_PREPARATION | Enum | Forme du flux de préparation. Correspond à ECMA-376 ST_ShapeType 'flowChartPreparation'. |
FLOW_CHART_PROCESS | Enum | Forme du flux de processus. Correspond à ECMA-376 ST_ShapeType "flowChartProcess". |
FLOW_CHART_PUNCHED_CARD | Enum | Forme de flux de carte perforée. Correspond à ECMA-376 ST_ShapeType 'flowChartPunchedCard'. |
FLOW_CHART_PUNCHED_TAPE | Enum | Forme du flux de bande perforée. Correspond à ECMA-376 ST_ShapeType 'flowChartPunchedTape'. |
FLOW_CHART_SORT | Enum | Trier la forme du flux. Correspond à ECMA-376 ST_ShapeType "flowChartSort". |
FLOW_CHART_SUMMING_JUNCTION | Enum | Forme du flux de la jonction de sommation. Correspond à ECMA-376 ST_ShapeType "flowChartSummingJunction". |
FLOW_CHART_TERMINATOR | Enum | Forme du flux du terminateur. Correspond à ECMA-376 ST_ShapeType 'flowChartTerminator'. |
ARROW_EAST | Enum | Forme de flèche vers l'est. |
ARROW_NORTH_EAST | Enum | Forme de flèche nord-est. |
ARROW_NORTH | Enum | Forme de la flèche du nord. |
SPEECH | Enum | Forme de la parole. |
STARBURST | Enum | Forme d'étoile. |
TEARDROP | Enum | Forme en goutte d'eau. Correspond à ECMA-376 ST_ShapeType "teardrop". |
ELLIPSE_RIBBON | Enum | Forme de ruban elliptique. Correspond à ECMA-376 ST_ShapeType "ellipseRibbon". |
ELLIPSE_RIBBON_2 | Enum | Forme en ruban ellipse 2. Correspond à ECMA-376 ST_ShapeType "ellipseRibbon2". |
CLOUD_CALLOUT | Enum | Forme de nuage pour les bulles de texte. Correspond à ECMA-376 ST_ShapeType "cloudCallout". |
CUSTOM | Enum | Forme personnalisée. |