TextShapeValues-Enumeration
Preset Text Shape Types
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration TextShapeValues
'Usage
Dim instance As TextShapeValues
public enum TextShapeValues
Member
Membername | Beschreibung | |
---|---|---|
TextNoShape | No Text Shape. When the item is serialized out as xml, its value is "textNoShape". | |
TextPlain | Plain Text Shape. When the item is serialized out as xml, its value is "textPlain". | |
TextStop | Stop Sign Text Shape. When the item is serialized out as xml, its value is "textStop". | |
TextTriangle | Triangle Text Shape. When the item is serialized out as xml, its value is "textTriangle". | |
TextTriangleInverted | Inverted Triangle Text Shape. When the item is serialized out as xml, its value is "textTriangleInverted". | |
TextChevron | Chevron Text Shape. When the item is serialized out as xml, its value is "textChevron". | |
TextChevronInverted | Inverted Chevron Text Shape. When the item is serialized out as xml, its value is "textChevronInverted". | |
TextRingInside | Inside Ring Text Shape. When the item is serialized out as xml, its value is "textRingInside". | |
TextRingOutside | Outside Ring Text Shape. When the item is serialized out as xml, its value is "textRingOutside". | |
TextArchUp | Upward Arch Text Shape. When the item is serialized out as xml, its value is "textArchUp". | |
TextArchDown | Downward Arch Text Shape. When the item is serialized out as xml, its value is "textArchDown". | |
TextCircle | Circle Text Shape. When the item is serialized out as xml, its value is "textCircle". | |
TextButton | Button Text Shape. When the item is serialized out as xml, its value is "textButton". | |
TextArchUpPour | Upward Pour Arch Text Shape. When the item is serialized out as xml, its value is "textArchUpPour". | |
TextArchDownPour | Downward Pour Arch Text Shape. When the item is serialized out as xml, its value is "textArchDownPour". | |
TextCirclePour | Circle Pour Text Shape. When the item is serialized out as xml, its value is "textCirclePour". | |
TextButtonPour | Button Pour Text Shape. When the item is serialized out as xml, its value is "textButtonPour". | |
TextCurveUp | Upward Curve Text Shape. When the item is serialized out as xml, its value is "textCurveUp". | |
TextCurveDown | Downward Curve Text Shape. When the item is serialized out as xml, its value is "textCurveDown". | |
TextCanUp | Upward Can Text Shape. When the item is serialized out as xml, its value is "textCanUp". | |
TextCanDown | Downward Can Text Shape. When the item is serialized out as xml, its value is "textCanDown". | |
TextWave1 | Wave 1 Text Shape. When the item is serialized out as xml, its value is "textWave1". | |
TextWave2 | Wave 2 Text Shape. When the item is serialized out as xml, its value is "textWave2". | |
TextDoubleWave1 | Double Wave 1 Text Shape. When the item is serialized out as xml, its value is "textDoubleWave1". | |
TextWave4 | Wave 4 Text Shape. When the item is serialized out as xml, its value is "textWave4". | |
TextInflate | Inflate Text Shape. When the item is serialized out as xml, its value is "textInflate". | |
TextDeflate | Deflate Text Shape. When the item is serialized out as xml, its value is "textDeflate". | |
TextInflateBottom | Bottom Inflate Text Shape. When the item is serialized out as xml, its value is "textInflateBottom". | |
TextDeflateBottom | Bottom Deflate Text Shape. When the item is serialized out as xml, its value is "textDeflateBottom". | |
TextInflateTop | Top Inflate Text Shape. When the item is serialized out as xml, its value is "textInflateTop". | |
TextDeflateTop | Top Deflate Text Shape. When the item is serialized out as xml, its value is "textDeflateTop". | |
TextDeflateInflate | Deflate-Inflate Text Shape. When the item is serialized out as xml, its value is "textDeflateInflate". | |
TextDeflateInflateDeflate | Deflate-Inflate-Deflate Text Shape. When the item is serialized out as xml, its value is "textDeflateInflateDeflate". | |
TextFadeRight | Right Fade Text Shape. When the item is serialized out as xml, its value is "textFadeRight". | |
TextFadeLeft | Left Fade Text Shape. When the item is serialized out as xml, its value is "textFadeLeft". | |
TextFadeUp | Upward Fade Text Shape. When the item is serialized out as xml, its value is "textFadeUp". | |
TextFadeDown | Downward Fade Text Shape. When the item is serialized out as xml, its value is "textFadeDown". | |
TextSlantUp | Upward Slant Text Shape. When the item is serialized out as xml, its value is "textSlantUp". | |
TextSlantDown | Downward Slant Text Shape. When the item is serialized out as xml, its value is "textSlantDown". | |
TextCascadeUp | Upward Cascade Text Shape. When the item is serialized out as xml, its value is "textCascadeUp". | |
TextCascadeDown | Downward Cascade Text Shape. When the item is serialized out as xml, its value is "textCascadeDown". |