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.

TabulationBorder class: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
No edit summary
No edit summary
 
Line 2: Line 2:
|Name=<nowiki>TabulationBorder</nowiki>
|Name=<nowiki>TabulationBorder</nowiki>
|Description=<nowiki>A border for use in tabulation. Overwrites the stylesheet border setting.</nowiki>
|Description=<nowiki>A border for use in tabulation. Overwrites the stylesheet border setting.</nowiki>
|Constructors=
|InheritsFrom=object|Constructors=
{{CGscriptConstructors_Template|Description=<nowiki>Create a new border object. Use Tabulation_setTableDiagramStyle() to apply it.</nowiki>}}
{{CGscriptConstructors_Template|Description=<nowiki>Create a new border object. Use Tabulation_setTableDiagramStyle() to apply it.</nowiki>}}
{{CGscriptConstructors_Template|Parameters=
{{CGscriptConstructors_Template|Parameters=
Line 8: Line 8:
|Description=<nowiki>Create a new border object. Use Tabulation_setTableDiagramStyle() to apply it.</nowiki>}}
|Description=<nowiki>Create a new border object. Use Tabulation_setTableDiagramStyle() to apply it.</nowiki>}}
|Methods=
|Methods=
{{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Description=<nowiki>The string representation of the object.</nowiki>}}
{{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}}
|Properties=
|Properties=
{{CGscriptProperties_Template|ReturnType=Color|Name=<nowiki>Color</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/set Color. Use Color_getByRGB to make color array.</nowiki>}}
{{CGscriptProperties_Template|ReturnType=Color|Name=<nowiki>Color</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/set Color. Use Color_getByRGB to make color array.</nowiki>}}
Line 15: Line 15:
{{CGscriptProperties_Template|ReturnType=string|Name=<nowiki>Position</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/set Position (Top,Bottom,Left,Right). Use comma to seperate multiple. Use All for all around.</nowiki>}}
{{CGscriptProperties_Template|ReturnType=string|Name=<nowiki>Position</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/set Position (Top,Bottom,Left,Right). Use comma to seperate multiple. Use All for all around.</nowiki>}}
{{CGscriptProperties_Template|ReturnType=int|Name=<nowiki>Size</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/set Size in pixel.</nowiki>}}
{{CGscriptProperties_Template|ReturnType=int|Name=<nowiki>Size</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/set Size in pixel.</nowiki>}}
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=<nowiki>TypeInformation</nowiki>|HasGetter=1|Description=<nowiki>Get information about this class.</nowiki>}}
{{CGscriptProperties_Template|ReturnType=TypeInformation|Name=<nowiki>TypeInformation</nowiki>|HasGetter=1|Inherited=object|Description=<nowiki>Get information about this class.</nowiki>}}
}}
}}

Latest revision as of 07:37, 2 July 2020

TabulationBorder



A border for use in tabulation. Overwrites the stylesheet border setting.

Parent class

Inherits from object

Constructors

  • () - Create a new border object. Use Tabulation_setTableDiagramStyle() to apply it.
  • (string position "See Position", int size "See Size", string linePattern "See LinePattern", Color color "See Color") - Create a new border object. Use Tabulation_setTableDiagramStyle() to apply it.

Methods

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

Properties

  • Color Color { get; set; } - Get/set Color. Use Color_getByRGB to make color array.
  • string LinePattern { get; set; } - Get/set LinePattern (see CSS border style for more info).
  • string ObjectTypeName { get; } - The name of the type of object.
  • string Position { get; set; } - Get/set Position (Top,Bottom,Left,Right). Use comma to seperate multiple. Use All for all around.
  • int Size { get; set; } - Get/set Size in pixel.
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.