PptTabulationTable class

From Catglobe Wiki
Revision as of 06:40, 5 August 2016 by Lekhacbaongoc (talk | contribs)
Jump to: navigation, search


PptTabulationTable



A table PPT element wrapper for use in tabulation. Calling a TabulationScript from a powerponumber must return atleast 1 PPT element.

Constructors

  • (number tableid "The return value from createCrossDiagram or createFrequencyDiagram.") - Create a table for use in power ponumber.
  • (number tableid "The return value from createCrossDiagram or createFrequencyDiagram.", number top "See Top.", number left "See Left.", number width "See Width.", number height "See Height.") - Create a table for use in power ponumber with position.

Methods

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

Properties

  • number Height { get; set; } - Get/set Height of element in pct of slide. -1 == use Height of element. For tables, 0 == 5% per row.
  • number Left { get; set; } - Get/set Left offset in pct from UpperLeftCorner. -1 == use positioning of element.
  • string ObjectTypeName { get; } - The name of the type of object.
  • number Top { get; set; } - Get/set Top offset in pct from UpperLeftCorner. -1 == use positioning of element.
  • TypeInformation TypeInformation { get; } - Get information about this class.
  • number Width { get; set; } - Get/set Width of element in pct of slide. -1 == use Width of element. For tables, 0 == 5% per column.
  • number ZIndex { get; set; } - Get/set ZIndex of element. -1 == use ZIndex of element.


Examples

Type the below script into CGScript prompt to get its result:

Update soon!