Difference between revisions of "TabulationBullet class"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
Abstract base class
+
{{CGscriptClass_Template
 
+
|Name=<nowiki>TabulationBullet</nowiki>
See
+
|Description=<nowiki>Settings for Bullets on paragraph</nowiki>
 
+
|InheritsFrom=object|Methods=
[[TabulationBulletDot class|TabulationBulletDot_class]]
+
{{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}}
 
+
|Properties=
[[TabulationBulletNumeric class|TabulationBulletNumeric_class]]
+
{{CGscriptProperties_Template|ReturnType=string|Name=<nowiki>ObjectTypeName</nowiki>|HasGetter=1|Inherited=object|Description=<nowiki>The name of the type of object.</nowiki>}}
 
+
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=<nowiki>TypeInformation</nowiki>|HasGetter=1|Inherited=object|Description=<nowiki>Get information about this class.</nowiki>}}
[[Category:Classes]]
+
}}

Revision as of 09:59, 2 July 2020

TabulationBullet



Settings for Bullets on paragraph

Parent class

Inherits from object

Methods

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

Properties

  • (From object) string ObjectTypeName { get; } - The name of the type of object.
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.