TabulationBulletDot class
Revision as of 14:18, 21 June 2016 by MortenHattingVoltelen (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>TabulationBulletDot</nowiki> |Description=<nowiki>Settings for Dotbullets on paragraph</nowiki> |Constructors= {{CGscriptConstructors_Te...")
TabulationBulletDot
Settings for Dotbullets on paragraph
Constructors
- () - Create a new Bullet Setting for list with Dots
Methods
- string ToString() - The string representation of the object.
Properties
- int BulletType { get; set; } - Get/Set bulletType number 1-7. Find styles on http://www.aspose.com/docs/display/pdfnet/use+system+defined+bullets
- array Color { get; set; } - Get/Set Color of bullets and numbers
- bool IsInList { get; set; } - Get/Set if the paragraph is used in a list.
- int Level { get; set; } - Get/Set Level of nesting of list element
- string ObjectTypeName { get; } - The name of the type of object.
- TypeInformation TypeInformation { get; } - Get information about this class.