public class CadOle2Frame extends CadBaseEntity
The Cad OLE2FRAME.
Constructor and Description |
---|
CadOle2Frame()
Initializes a new instance of the
CadOle2Frame class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryData()
Gets or sets the binary data.
|
String |
getBinaryDataLength1()
Gets or sets the binary data length1.
|
int |
getBinaryDataLength2()
Gets or sets the binary data length2.
|
Cad3DPoint |
getLowerRightCorner()
Gets or sets the lower right corner.
|
String |
getOleDataEnd()
Gets or sets the OLE data end.
|
short |
getOleObjectType()
Gets or sets the OLE object typet.
|
short |
getTileModeDescriptor()
Gets or sets the tile mode descriptor.
|
int |
getTypeName()
Gets the name of the type.
|
Cad3DPoint |
getUpperLeftCorner()
Gets or sets the upper left corner.
|
short |
getVersionNumber()
Gets or sets the version number.
|
void |
setBinaryData(byte[] value)
Gets or sets the binary data.
|
void |
setBinaryDataLength1(String value)
Gets or sets the binary data length1.
|
void |
setBinaryDataLength2(int value)
Gets or sets the binary data length2.
|
void |
setLowerRightCorner(Cad3DPoint value)
Gets or sets the lower right corner.
|
void |
setOleDataEnd(String value)
Gets or sets the OLE data end.
|
void |
setOleObjectType(short value)
Gets or sets the OLE object typet.
|
void |
setTileModeDescriptor(short value)
Gets or sets the tile mode descriptor.
|
void |
setUpperLeftCorner(Cad3DPoint value)
Gets or sets the upper left corner.
|
void |
setVersionNumber(short value)
Gets or sets the version number.
|
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadOle2Frame()
Initializes a new instance of the CadOle2Frame
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public final String getOleDataEnd()
Gets or sets the OLE data end.
public final void setOleDataEnd(String value)
Gets or sets the OLE data end.
value
- The OLE data end.public final byte[] getBinaryData()
Gets or sets the binary data.
public final void setBinaryData(byte[] value)
Gets or sets the binary data.
value
- The binary data.public final int getBinaryDataLength2()
Gets or sets the binary data length2.
public final void setBinaryDataLength2(int value)
Gets or sets the binary data length2.
value
- The binary data length2.public final short getTileModeDescriptor()
Gets or sets the tile mode descriptor.
public final void setTileModeDescriptor(short value)
Gets or sets the tile mode descriptor.
value
- The tile mode descriptor.public final short getOleObjectType()
Gets or sets the OLE object typet.
public final void setOleObjectType(short value)
Gets or sets the OLE object typet.
value
- The OLE object type.public final Cad3DPoint getLowerRightCorner()
Gets or sets the lower right corner.
public final void setLowerRightCorner(Cad3DPoint value)
Gets or sets the lower right corner.
value
- The lower right corner.public final Cad3DPoint getUpperLeftCorner()
Gets or sets the upper left corner.
public final void setUpperLeftCorner(Cad3DPoint value)
Gets or sets the upper left corner.
value
- The upper left corner.public final String getBinaryDataLength1()
Gets or sets the binary data length1.
public final void setBinaryDataLength1(String value)
Gets or sets the binary data length1.
value
- The binary data length1.public final short getVersionNumber()
Gets or sets the version number.
public final void setVersionNumber(short value)
Gets or sets the version number.
value
- The version number.