Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

TabulationBulletDot class

From Catglobe Wiki
Revision as of 13: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.