PptTabulationTable class
Revision as of 05:35, 5 August 2016 by Lekhacbaongoc (talk | contribs)
PptTabulationTable
A table PPT element wrapper for use in tabulation. Calling a TabulationScript from a powerpoint must return atleast 1 PPT element.
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
- 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.
- int ZIndex { get; set; } - Get/set ZIndex of element. -1 == use ZIndex of element.