public interface TableSectionStyleBuilder extends TaggedObject, IComponentBuilder
TableSectionStyleBuilder
.
This class queries and sets preferences for various symbol type annotations when creating or editing.
Type | Property and Description |
---|---|
TableSectionStyleBuilder.ContinuationPropertyType |
continuation
Returns the continuation property type
License requirements: None. |
Modifier and Type | Interface and Description |
---|---|
static class |
TableSectionStyleBuilder.AlignmentPositionType
Represents the alignment position type
|
static class |
TableSectionStyleBuilder.ContinuationPropertyType
Represents the section continuation property
|
static class |
TableSectionStyleBuilder.DisplayContinuationNoteType
Represents the display continuation note choices
|
static class |
TableSectionStyleBuilder.LocationOfHeader
Represents the section header location choices
|
Modifier and Type | Method and Description |
---|---|
TableSectionStyleBuilder.AlignmentPositionType |
alignmentPosition()
Returns the alignment Position settings of the section
License requirements: None. |
boolean |
applyToAllSections()
Returns the apply to all sections flag that when set applies settings to all sections
License requirements: None. |
double |
borderOffset()
Returns the border offset value
License requirements: None. |
String |
continuationNote()
Returns the continuation note flag setting
License requirements: None. |
TableSectionStyleBuilder.ContinuationPropertyType |
continuationProperty()
Returns the continuation property type
License requirements: None. |
double |
continuationSpacing()
Returns the continuation spacing value between sections
License requirements: None. |
TableSectionStyleBuilder.DisplayContinuationNoteType |
displayContinuationNote()
Returns the display continuation note type
License requirements: None. |
boolean |
doubleBorder()
Returns the double border flag setting
License requirements: None. |
TableSectionStyleBuilder.LocationOfHeader |
headerLocation()
Returns the value that represents the location of header on a section
License requirements: None. |
double |
maximumHeight()
Returns the value that represents the maximum height of the section
License requirements: None. |
void |
setAlignmentPosition(TableSectionStyleBuilder.AlignmentPositionType alignmentPosition)
License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING") . |
void |
setApplyToAllSections(boolean applyToAllSections)
License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING") . |
void |
setBorderOffset(double borderOffset)
License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING") . |
void |
setContinuationNote(String continuationNote)
License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING") . |
void |
setContinuationProperty(TableSectionStyleBuilder.ContinuationPropertyType continuationProperty)
License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING") . |
void |
setContinuationSpacing(double spacing)
License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING") . |
void |
setDisplayContinuationNote(TableSectionStyleBuilder.DisplayContinuationNoteType displayContinuationNote)
License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING") . |
void |
setDoubleBorder(boolean doubleBorder)
License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING") . |
void |
setHeaderLocation(TableSectionStyleBuilder.LocationOfHeader headerLocation)
License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING") . |
void |
setMaximumHeight(double maximumHeight)
License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING") . |
printTestData, printTestData, tag, tagValue
validate
TableSectionStyleBuilder.ContinuationPropertyType continuationProperty
NXException
RemoteException
TableSectionStyleBuilder.LocationOfHeader headerLocation() throws NXException, RemoteException
NXException
RemoteException
void setHeaderLocation(TableSectionStyleBuilder.LocationOfHeader headerLocation) throws NXException, RemoteException
headerLocation
- NXException
RemoteException
double maximumHeight() throws NXException, RemoteException
NXException
RemoteException
void setMaximumHeight(double maximumHeight) throws NXException, RemoteException
maximumHeight
- NXException
RemoteException
TableSectionStyleBuilder.AlignmentPositionType alignmentPosition() throws NXException, RemoteException
NXException
RemoteException
void setAlignmentPosition(TableSectionStyleBuilder.AlignmentPositionType alignmentPosition) throws NXException, RemoteException
alignmentPosition
- NXException
RemoteException
boolean doubleBorder() throws NXException, RemoteException
NXException
RemoteException
void setDoubleBorder(boolean doubleBorder) throws NXException, RemoteException
doubleBorder
- NXException
RemoteException
double borderOffset() throws NXException, RemoteException
NXException
RemoteException
void setBorderOffset(double borderOffset) throws NXException, RemoteException
borderOffset
- NXException
RemoteException
TableSectionStyleBuilder.ContinuationPropertyType continuationProperty() throws NXException, RemoteException
NXException
RemoteException
void setContinuationProperty(TableSectionStyleBuilder.ContinuationPropertyType continuationProperty) throws NXException, RemoteException
continuationProperty
- NXException
RemoteException
double continuationSpacing() throws NXException, RemoteException
NXException
RemoteException
void setContinuationSpacing(double spacing) throws NXException, RemoteException
spacing
- NXException
RemoteException
TableSectionStyleBuilder.DisplayContinuationNoteType displayContinuationNote() throws NXException, RemoteException
NXException
RemoteException
void setDisplayContinuationNote(TableSectionStyleBuilder.DisplayContinuationNoteType displayContinuationNote) throws NXException, RemoteException
displayContinuationNote
- NXException
RemoteException
String continuationNote() throws NXException, RemoteException
NXException
RemoteException
void setContinuationNote(String continuationNote) throws NXException, RemoteException
continuationNote
- NXException
RemoteException
boolean applyToAllSections() throws NXException, RemoteException
NXException
RemoteException
void setApplyToAllSections(boolean applyToAllSections) throws NXException, RemoteException
applyToAllSections
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.