TabulationBorder class

From Catglobe Wiki
Revision as of 10:20, 19 March 2012 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.