| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| TableGrowthDirType | GetGrowthDirection
()
Gets the growth direction for the drawing table. |
| TableRowheightAutoadjustType | GetRowHeightAutoAdjustType
(int Row)
Get the automatic row height adjustment property for a row of a drawing table. |
| SegmentExtents | GetSegmentExtents
(int SegmentId)
Returns the start/end rows and columns of a particular table segment. |
| void | Save
(String TargetPath, TableFormatType FormatType,
/*optional*/
Integer SegmentId)
Save table in different format. |
| void | SetColumnWidth
(double Width, int ColumnId, TableSizeType Type)
Set the column width of a drawing table. |
| void | SetGrowthDirection
(TableGrowthDirType Type)
Sets the growth direction for the drawing table. |
| void | SetRowHeight
(double Height, int RowId, TableSizeType Type)
Set the row height of a drawing table. |
| void | SetRowHeightAutoAdjustType
(int Row, TableRowheightAutoadjustType Type)
Set the automatic row height adjustment property for a row of a drawing table. |
| void | SetSegmentOrigin
(int SegmentId, Point3D Origin)
Set table segment origin. |
| void | WrapCelltext
(int RowId, int ColumnId)
Wrap text in cell |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner |
|---|
| GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WParameterOwner |
|---|
| ExportParameterTable, ApplyParameterTableset, MathcadParametersSet, MathcadInputParametersGet |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner |
|---|
| GetRelationConstraints, UnitsUsed, UseUnits, EvaluateExpressionWithUnits |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WModelItem |
|---|
| DeleteUserDefinedName, Unhide, Hide, IsHidden, IsNameReadOnly, IsZoneFeature, GetDefaultName |
| Methods Inherited from Interface com.ptc.wfc.wfcLayerState.LayerItem |
|---|
| IsLayerItemVisible, RemoveNoUpdate, GetLayers, AddNoUpdate |
| Method Detail |
|---|
| SetColumnWidth |
|---|
| void | SetColumnWidth | (double Width, int ColumnId, TableSizeType Type) |
Set the column width of a drawing table.
|
| GetSegmentExtents |
|---|
| SegmentExtents | GetSegmentExtents | (int SegmentId) |
| Returns the start/end rows and columns of a particular table segment. Exceptions thrown (but not limited to): XToolkitBadContext - -1 was used for multiple-segment table.
|
| SetRowHeight |
|---|
| void | SetRowHeight | (double Height, int RowId, TableSizeType Type) |
Set the row height of a drawing table.
|
| WrapCelltext |
|---|
| void | WrapCelltext | (int RowId, int ColumnId) |
Wrap text in cell
|
| SetSegmentOrigin |
|---|
| void | SetSegmentOrigin | (int SegmentId, Point3D Origin) |
Set table segment origin.
|
| Save |
|---|
| void | Save | (String TargetPath, TableFormatType FormatType, /*optional*/ Integer SegmentId) |
Save table in different format.
|
| SetGrowthDirection |
|---|
| void | SetGrowthDirection | (TableGrowthDirType Type) |
Sets the growth direction for the drawing table.
|
| GetGrowthDirection |
|---|
| TableGrowthDirType | GetGrowthDirection | () |
Gets the growth direction for the drawing table.
|
| SetRowHeightAutoAdjustType |
|---|
| void | SetRowHeightAutoAdjustType | (int Row, TableRowheightAutoadjustType Type) |
| Set the automatic row height adjustment property for a row of a drawing table. Height changes (if any) will be visible only after next regeneration or a call to pfcModel2D::UpdateTables(). Exceptions thrown (but not limited to): XToolkitCantModify - The row is a non-template repeat region row.
|
| GetRowHeightAutoAdjustType |
|---|
| TableRowheightAutoadjustType | GetRowHeightAutoAdjustType | (int Row) |
Get the automatic row height adjustment property for a row of a drawing table.
|