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

TabulationBulletNumeric class: Difference between revisions

From Catglobe Wiki
Created page with "{{CGscriptClass_Template |Name=TabulationBulletNumeric |Description=Settings for Numericbullets on paragraph |Constructors= {{CGscriptConstructors_Template|Description=Create ..."
(No difference)

Revision as of 13:15, 21 June 2016

TabulationBulletNumeric



Settings for Numericbullets on paragraph

Constructors

  • () - Create a new BulletSetting for a Numeric list

Methods

  • string ToString() - The string representation of the object.

Properties

  • 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.
  • bool IsPrefixed { get; set; } - Get/Set if the number is prefixed with parent numbers.
  • int Level { get; set; } - Get/Set Level of nesting of list element
  • string ObjectTypeName { get; } - The name of the type of object.
  • int StartNumber { get; set; } - Get/Set startnumber for this sequence - set to -1 for not set
  • TypeInformation TypeInformation { get; } - Get information about this class.