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
Tungocman (talk | contribs)
Created page with "{{CGscriptClass_Template |Name=<nowiki>TabulationBorder</nowiki> |Description=<nowiki>A border for use in tabulation. Overwrites the stylesheet border setting.</nowiki> |Construc..."
(No difference)

Revision as of 08:20, 19 March 2012

TabulationBorder



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

Constructors

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

Methods

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

Properties

  • array 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.
  • number Size { get; set; } - Get/set Size in pixel.
  • TypeInformation TypeInformation { get; } - Get information about this class.