public interface SheetBorderSettingsBuilder extends TaggedObject, IComponentBuilder
SheetBorderSettingsBuilder
.
This class queries and sets sheet border settings preferences when creating a sheet border.
Modifier and Type | Method and Description |
---|---|
double |
arrowAngle()
Returns the arrow angle
License requirements: None. |
ArrowDirectionType |
arrowDirection()
Returns the arrow direction
License requirements: None. |
double |
arrowHeadTail()
Returns the arrowhead tail
License requirements: None. |
double |
arrowLength()
Returns the arrow length
License requirements: None. |
ArrowStyleType |
arrowStyle()
Returns the arrow style
License requirements: None. |
double |
borderLineWidth()
Returns the border line width
License requirements: None. |
double |
centeringMarkLength()
Returns the centering mark length
License requirements: None. |
LineColorFontWidthBuilder |
centeringMarksColorWidth()
Returns the centering marks color width
License requirements: None. |
double |
centeringMarksExtension()
Returns the centering marks extension
License requirements: None. |
HorizontalCenteringMarkType |
centeringMarksHorizontal()
Returns the centering marks horizontal
License requirements: None. |
VerticalCenteringMarkType |
centeringMarksVertical()
Returns the centering marks vertical
License requirements: None. |
boolean |
createBorders()
Returns the create borders
License requirements: None. |
boolean |
createTrimmingMarks()
Returns the create trimming marks
License requirements: None. |
boolean |
displaySheetSizeInBorder()
Returns the display sheet size in border
License requirements: None. |
double |
distanceFromInnerBorder()
Returns the distance from inner border
License requirements: None. |
LineColorFontWidthBuilder |
innerLineCFW()
Returns the inner border line's color, font and width
License requirements: None. |
Method |
method()
Returns the method
License requirements: None. |
LineColorFontWidthBuilder |
outerLineCFW()
Returns the outer border line's color, font and width
License requirements: None. |
void |
setArrowAngle(double arrowAngle)
License requirements: drafting ("DRAFTING") . |
void |
setArrowDirection(ArrowDirectionType arrowDirection)
License requirements: drafting ("DRAFTING") . |
void |
setArrowHeadTail(double arrowHeadTail)
License requirements: drafting ("DRAFTING") . |
void |
setArrowLength(double arrowLength)
License requirements: drafting ("DRAFTING") . |
void |
setArrowStyle(ArrowStyleType arrowStyle)
License requirements: drafting ("DRAFTING") . |
void |
setBorderLineWidth(double borderLineWidth)
License requirements: drafting ("DRAFTING") . |
void |
setCenteringMarkLength(double centeringMarkLength)
License requirements: drafting ("DRAFTING") . |
void |
setCenteringMarksExtension(double centeringMarksExtension)
License requirements: drafting ("DRAFTING") . |
void |
setCenteringMarksHorizontal(HorizontalCenteringMarkType centeringMarksHorizontal)
License requirements: drafting ("DRAFTING") . |
void |
setCenteringMarksVertical(VerticalCenteringMarkType centeringMarksVertical)
License requirements: drafting ("DRAFTING") . |
void |
setCreateBorders(boolean createBorders)
License requirements: drafting ("DRAFTING") . |
void |
setCreateTrimmingMarks(boolean createTrimmingMarks)
License requirements: drafting ("DRAFTING") . |
void |
setDisplaySheetSizeInBorder(boolean displaySheetSizeInBorder)
License requirements: drafting ("DRAFTING") . |
void |
setDistanceFromInnerBorder(double distanceInFromInnerBorder)
License requirements: drafting ("DRAFTING") . |
void |
setMethod(Method method)
License requirements: drafting ("DRAFTING") . |
void |
setTrimmingMarkColor(NXColor trimmingMarkColor)
License requirements: drafting ("DRAFTING") . |
void |
setTrimmingMarkLength(double trimmingMarkLength)
License requirements: drafting ("DRAFTING") . |
void |
setTrimmingMarkStyle(TrimmingMarkStyleType trimmingMarkStyle)
License requirements: drafting ("DRAFTING") . |
void |
setTrimmingMarkWidth(double trimmingMarkWidth)
License requirements: drafting ("DRAFTING") . |
NXColor |
trimmingMarkColor()
Returns the trimming mark color
License requirements: None. |
double |
trimmingMarkLength()
Returns the trimming mark length
License requirements: None. |
TrimmingMarkStyleType |
trimmingMarkStyle()
Returns the trimming mark style
License requirements: None. |
double |
trimmingMarkWidth()
Returns the trimming mark width
License requirements: None. |
printTestData, printTestData, tag, tagValue
validate
Method method() throws NXException, RemoteException
NXException
RemoteException
void setMethod(Method method) throws NXException, RemoteException
method
- NXException
RemoteException
boolean createBorders() throws NXException, RemoteException
NXException
RemoteException
void setCreateBorders(boolean createBorders) throws NXException, RemoteException
createBorders
- NXException
RemoteException
double borderLineWidth() throws NXException, RemoteException
NXException
RemoteException
void setBorderLineWidth(double borderLineWidth) throws NXException, RemoteException
borderLineWidth
- NXException
RemoteException
LineColorFontWidthBuilder innerLineCFW() throws NXException, RemoteException
NXException
RemoteException
LineColorFontWidthBuilder outerLineCFW() throws NXException, RemoteException
NXException
RemoteException
boolean displaySheetSizeInBorder() throws NXException, RemoteException
NXException
RemoteException
void setDisplaySheetSizeInBorder(boolean displaySheetSizeInBorder) throws NXException, RemoteException
displaySheetSizeInBorder
- NXException
RemoteException
HorizontalCenteringMarkType centeringMarksHorizontal() throws NXException, RemoteException
NXException
RemoteException
void setCenteringMarksHorizontal(HorizontalCenteringMarkType centeringMarksHorizontal) throws NXException, RemoteException
centeringMarksHorizontal
- NXException
RemoteException
VerticalCenteringMarkType centeringMarksVertical() throws NXException, RemoteException
NXException
RemoteException
void setCenteringMarksVertical(VerticalCenteringMarkType centeringMarksVertical) throws NXException, RemoteException
centeringMarksVertical
- NXException
RemoteException
double centeringMarksExtension() throws NXException, RemoteException
NXException
RemoteException
void setCenteringMarksExtension(double centeringMarksExtension) throws NXException, RemoteException
centeringMarksExtension
- NXException
RemoteException
LineColorFontWidthBuilder centeringMarksColorWidth() throws NXException, RemoteException
NXException
RemoteException
ArrowStyleType arrowStyle() throws NXException, RemoteException
NXException
RemoteException
void setArrowStyle(ArrowStyleType arrowStyle) throws NXException, RemoteException
arrowStyle
- NXException
RemoteException
double arrowLength() throws NXException, RemoteException
NXException
RemoteException
void setArrowLength(double arrowLength) throws NXException, RemoteException
arrowLength
- NXException
RemoteException
double arrowAngle() throws NXException, RemoteException
NXException
RemoteException
void setArrowAngle(double arrowAngle) throws NXException, RemoteException
arrowAngle
- NXException
RemoteException
ArrowDirectionType arrowDirection() throws NXException, RemoteException
NXException
RemoteException
void setArrowDirection(ArrowDirectionType arrowDirection) throws NXException, RemoteException
arrowDirection
- NXException
RemoteException
double distanceFromInnerBorder() throws NXException, RemoteException
NXException
RemoteException
void setDistanceFromInnerBorder(double distanceInFromInnerBorder) throws NXException, RemoteException
distanceInFromInnerBorder
- NXException
RemoteException
TrimmingMarkStyleType trimmingMarkStyle() throws NXException, RemoteException
NXException
RemoteException
void setTrimmingMarkStyle(TrimmingMarkStyleType trimmingMarkStyle) throws NXException, RemoteException
trimmingMarkStyle
- NXException
RemoteException
double trimmingMarkLength() throws NXException, RemoteException
NXException
RemoteException
void setTrimmingMarkLength(double trimmingMarkLength) throws NXException, RemoteException
trimmingMarkLength
- NXException
RemoteException
double trimmingMarkWidth() throws NXException, RemoteException
NXException
RemoteException
void setTrimmingMarkWidth(double trimmingMarkWidth) throws NXException, RemoteException
trimmingMarkWidth
- NXException
RemoteException
NXColor trimmingMarkColor() throws NXException, RemoteException
NXException
RemoteException
void setTrimmingMarkColor(NXColor trimmingMarkColor) throws NXException, RemoteException
trimmingMarkColor
- NXException
RemoteException
double centeringMarkLength() throws NXException, RemoteException
NXException
RemoteException
void setCenteringMarkLength(double centeringMarkLength) throws NXException, RemoteException
centeringMarkLength
- NXException
RemoteException
boolean createTrimmingMarks() throws NXException, RemoteException
NXException
RemoteException
void setCreateTrimmingMarks(boolean createTrimmingMarks) throws NXException, RemoteException
createTrimmingMarks
- NXException
RemoteException
double arrowHeadTail() throws NXException, RemoteException
NXException
RemoteException
void setArrowHeadTail(double arrowHeadTail) throws NXException, RemoteException
arrowHeadTail
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.