Class CdrParagraph
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Objects
- Assembly
- Aspose.Imaging.dll
The cdr Paragraph
public class CdrParagraph : CdrGraphicObject, IDisposable
- Inheritance
-
CdrParagraph
- Implements
- Inherited Members
Constructors
CdrParagraph()
public CdrParagraph()
- See Also
Properties
TextIndex
Gets or sets the index of the text.
public int TextIndex { get; set; }
Property Value
- int
The index of the text.
- See Also