Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

TabulationParagraph class

From Catglobe Wiki
Revision as of 08:52, 21 June 2016 by MortenHattingVoltelen (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=TabulationParagraph |Description=A paragraph possible to add to reports. Contains portions and paragraph specific styling |Constructors= {{CGscr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TabulationParagraph



A paragraph possible to add to reports. Contains portions and paragraph specific styling

Constructors

Methods

  • Empty AddLink(string text "Text to be added to the paragraph", string link "Link on the text", TabulationTextStyle textStyle "The style to applied to the portion") - Add a new portion with link to the Paragraph
  • Empty AddPortion(string text "Text to be added to the paragraph", TabulationTextStyle textStyle "The style to applied to the portion") - Add a new portion to the Paragraph
  • string ToString() - The string representation of the object.

Properties

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