public class CadLayout extends CadPlotSettings
The Cad layout object.
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadLayout()
Initializes a new instance of the
CadLayout class. |
Modifier and Type | Method and Description |
---|---|
String |
getBlockTableRecordHandle()
Gets or sets the handle block table record.
|
short |
getControlFlag()
Gets or sets the control flag.
|
double |
getElevation()
Gets or sets the elevation.
|
Cad3DPoint |
getInsertionBasePoint()
Gets or sets the insertion base point.
|
String |
getLastActiveViewportHandle()
Gets or sets the handle last active viewport.
|
String |
getLayoutName()
Gets or sets the name of the layout.
|
Cad3DPoint |
getMaxExtents()
Gets or sets the maximum extents.
|
Cad2DPoint |
getMaxLimits()
Gets or sets the maximum limits.
|
Cad3DPoint |
getMinExtents()
Gets or sets the minimum extents.
|
Cad2DPoint |
getMinLimits()
Gets or sets the minimum limits.
|
String |
getShadePlotId()
Gets or sets the shade plot identifier.
|
short |
getTabOrder()
Gets or sets the tab order.
|
Cad3DPoint |
getUcsOrigin()
Gets or sets the UCS origin.
|
short |
getUcsOrthographicType()
Gets or sets the type of the UCS orthographic.
|
String |
getUcsTableRecordHandleWhenOrthographicUcs()
Gets or sets the handle ac database UCS table record UCS.
|
String |
getUcsTableRecordHandleWhenUcsNamed()
Gets or sets the handle ac database UCS table record UCS named.
|
Cad3DPoint |
getUcsXAxis()
Gets or sets the UCS x axis.
|
Cad3DPoint |
getUcsYAxis()
Gets or sets the UCS y axis.
|
void |
mergeProperties_internalized(CadBase sourceObject)
The merge properties.
|
void |
setBlockTableRecordHandle(String value)
Gets or sets the handle block table record.
|
void |
setControlFlag(short value)
Gets or sets the control flag.
|
void |
setElevation(double value)
Gets or sets the elevation.
|
void |
setInsertionBasePoint(Cad3DPoint value)
Gets or sets the insertion base point.
|
void |
setLastActiveViewportHandle(String value)
Gets or sets the handle last active viewport.
|
void |
setLayoutName(String value)
Gets or sets the name of the layout.
|
void |
setMaxExtents(Cad3DPoint value)
Gets or sets the maximum extents.
|
void |
setMaxLimits(Cad2DPoint value)
Gets or sets the maximum limits.
|
void |
setMinExtents(Cad3DPoint value)
Gets or sets the minimum extents.
|
void |
setMinLimits(Cad2DPoint value)
Gets or sets the minimum limits.
|
void |
setShadePlotId(String value)
Gets or sets the shade plot identifier.
|
void |
setTabOrder(short value)
Gets or sets the tab order.
|
void |
setUcsOrigin(Cad3DPoint value)
Gets or sets the UCS origin.
|
void |
setUcsOrthographicType(short value)
Gets or sets the type of the UCS orthographic.
|
void |
setUcsTableRecordHandleWhenOrthographicUcs(String value)
Gets or sets the handle ac database UCS table record UCS.
|
void |
setUcsTableRecordHandleWhenUcsNamed(String value)
Gets or sets the handle ac database UCS table record UCS named.
|
void |
setUcsXAxis(Cad3DPoint value)
Gets or sets the UCS x axis.
|
void |
setUcsYAxis(Cad3DPoint value)
Gets or sets the UCS y axis.
|
createInstance_internalized, getBottomSize, getCurrentStyleSheet, getCustomPrintScaleDenominator, getCustomPrintScaleNumerator, getLeftSideSize, getPageSetupName, getPaperImageOrigin, getPaperSize, getPlotLayoutFlag, getPlotOrigin, getPlotPaperSize, getPlotPaperUnits, getPlotRotation, getPlotType, getPlotViewName, getPlotWindowArea1, getPlotWindowArea2, getPrinterOrConfigurationFileName, getRightSideSize, getShadePlotCustomDpi, getShadePlotHandle, getShadePlotMode, getShadePlotResolutionLevel, getStandardScaleType, getStandardScaleTypeFactor, getTopSize, setBottomSize, setCurrentStyleSheet, setCustomPrintScaleDenominator, setCustomPrintScaleNumerator, setLeftSideSize, setPageSetupName, setPaperImageOrigin, setPaperSize, setPlotLayoutFlag, setPlotOrigin, setPlotPaperSize, setPlotPaperUnits, setPlotRotation, setPlotType, setPlotViewName, setPlotWindowArea1, setPlotWindowArea2, setPrinterOrConfigurationFileName, setRightSideSize, setShadePlotCustomDpi, setShadePlotHandle, setShadePlotMode, setShadePlotResolutionLevel, setStandardScaleType, setStandardScaleTypeFactor, setTopSize
getChildObjects, getTypeName, setChildObjects, setTypeName_internalized
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public String getLayoutName()
Gets or sets the name of the layout.
Value: The name of the layout.public void setLayoutName(String value)
Gets or sets the name of the layout.
Value: The name of the layout.public short getControlFlag()
Gets or sets the control flag.
Value: The control flag.public void setControlFlag(short value)
Gets or sets the control flag.
Value: The control flag.public short getTabOrder()
Gets or sets the tab order.
Value: The tab order.public void setTabOrder(short value)
Gets or sets the tab order.
Value: The tab order.public Cad2DPoint getMinLimits()
Gets or sets the minimum limits.
Value: The minimum limits.public void setMinLimits(Cad2DPoint value)
Gets or sets the minimum limits.
Value: The minimum limits.public Cad2DPoint getMaxLimits()
Gets or sets the maximum limits.
Value: The maximum limits.public void setMaxLimits(Cad2DPoint value)
Gets or sets the maximum limits.
Value: The maximum limits.public Cad3DPoint getInsertionBasePoint()
Gets or sets the insertion base point.
Value: The insertion base point.public void setInsertionBasePoint(Cad3DPoint value)
Gets or sets the insertion base point.
Value: The insertion base point.public Cad3DPoint getMinExtents()
Gets or sets the minimum extents.
Value: The minimum extents.public void setMinExtents(Cad3DPoint value)
Gets or sets the minimum extents.
Value: The minimum extents.public Cad3DPoint getMaxExtents()
Gets or sets the maximum extents.
Value: The maximum extents.public void setMaxExtents(Cad3DPoint value)
Gets or sets the maximum extents.
Value: The maximum extents.public double getElevation()
Gets or sets the elevation.
Value: The elevation.public void setElevation(double value)
Gets or sets the elevation.
Value: The elevation.public Cad3DPoint getUcsOrigin()
Gets or sets the UCS origin.
Value: The UCS origin.public void setUcsOrigin(Cad3DPoint value)
Gets or sets the UCS origin.
Value: The UCS origin.public Cad3DPoint getUcsXAxis()
Gets or sets the UCS x axis.
Value: The UCS x axis.public void setUcsXAxis(Cad3DPoint value)
Gets or sets the UCS x axis.
Value: The UCS x axis.public Cad3DPoint getUcsYAxis()
Gets or sets the UCS y axis.
Value: The UCS y axis.public void setUcsYAxis(Cad3DPoint value)
Gets or sets the UCS y axis.
Value: The UCS y axis.public short getUcsOrthographicType()
Gets or sets the type of the UCS orthographic.
Value: The type of the UCS orthographic.public void setUcsOrthographicType(short value)
Gets or sets the type of the UCS orthographic.
Value: The type of the UCS orthographic.public String getBlockTableRecordHandle()
Gets or sets the handle block table record.
Value: The handle block table record.public void setBlockTableRecordHandle(String value)
Gets or sets the handle block table record.
Value: The handle block table record.public String getLastActiveViewportHandle()
Gets or sets the handle last active viewport.
Value: The handle last active viewport.public void setLastActiveViewportHandle(String value)
Gets or sets the handle last active viewport.
Value: The handle last active viewport.public String getUcsTableRecordHandleWhenUcsNamed()
Gets or sets the handle ac database UCS table record UCS named.
Value: The handle ac database UCS table record UCS named.public void setUcsTableRecordHandleWhenUcsNamed(String value)
Gets or sets the handle ac database UCS table record UCS named.
Value: The handle ac database UCS table record UCS named.public String getUcsTableRecordHandleWhenOrthographicUcs()
Gets or sets the handle ac database UCS table record UCS.
Value: The handle ac database UCS table record orthographic UCS.public void setUcsTableRecordHandleWhenOrthographicUcs(String value)
Gets or sets the handle ac database UCS table record UCS.
Value: The handle ac database UCS table record orthographic UCS.public String getShadePlotId()
Gets or sets the shade plot identifier.
Value: The shade plot identifier.public void setShadePlotId(String value)
Gets or sets the shade plot identifier.
Value: The shade plot identifier.public void mergeProperties_internalized(CadBase sourceObject)
The merge properties.
mergeProperties_internalized
in class CadPlotSettings
sourceObject
- The source object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.