Enum LineType

Type de ligne

Types de lignes.

Dérivé d'un sous-ensemble des valeurs du type simple "ST_ShapeType" de la section 20.1.10.55 de "Office Open XML File Formats - Fundamentals and Markup Language Reference", partie 1 de la 4e édition de la norme ECMA-376.

Pour appeler un énumération, vous devez appeler sa classe parente, son nom et sa propriété. Par exemple, SlidesApp.LineType.STRAIGHT_CONNECTOR_1.

Propriétés

PropriétéTypeDescription
UNSUPPORTEDEnumType de ligne non accepté.
STRAIGHT_CONNECTOR_1EnumFormulaire pour le connecteur droit 1. Correspond à ST_ShapeType ECMA-376 "straightConnector1".
BENT_CONNECTOR_2EnumFormulaire de connecteur 2 tordu. Correspond à ST_ShapeType ECMA-376 "bentConnector2".
BENT_CONNECTOR_3EnumConnecteur tordu 3 (formulaire) Correspond à ST_ShapeType ECMA-376 "bentConnector3".
BENT_CONNECTOR_4EnumForme du connecteur 4 tordu. Correspond à ST_ShapeType ECMA-376 "bentConnector4".
BENT_CONNECTOR_5EnumForme du connecteur 5 tordu. Correspond à ECMA-376 ST_ShapeType "bentConnector5".
CURVED_CONNECTOR_2EnumFormulaire du connecteur en arc 2. Correspond à ECMA-376 ST_ShapeType "curvedConnector2".
CURVED_CONNECTOR_3EnumFormulaire du connecteur en arc 3. Correspond à ECMA-376 ST_ShapeType "curvedConnector3".
CURVED_CONNECTOR_4EnumFormulaire pour le connecteur en arc 4. Correspond à ECMA-376 ST_ShapeType "curvedConnector4".
CURVED_CONNECTOR_5EnumFormulaire du connecteur en arc 5. Correspond à ECMA-376 ST_ShapeType "curvedConnector5".
STRAIGHT_LINEEnumLigne droite. Correspond à la valeur "line" de ST_ShapeType ECMA-376. Ce type de ligne n'est pas un connecteur.