Difference between revisions of "TabulationBullet class"
Line 1: | Line 1: | ||
− | + | {{CGscriptClass_Template | |
− | + | |Name=<nowiki>TabulationBullet</nowiki> | |
− | + | |Description=<nowiki>Settings for Bullets on paragraph</nowiki> | |
− | + | |InheritsFrom=object|Methods= | |
− | + | {{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}} | |
− | + | |Properties= | |
− | + | {{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>}} | |
− | + | }} |
Revision as of 08: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.