PptTabulationTable class

From Catglobe Wiki
Jump to: navigation, search

PptTabulationTable



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

Parent class

Inherits from object

Constructors

  • (int tableid "The return value from createCrossDiagram or createFrequencyDiagram.") - Create a table for use in power point.
  • (int 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 point with position.

Methods

  • (From object) 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.
  • (From object) 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.
  • int 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!