public class CadOleFrame extends CadBaseEntity
The Cad OleFrame.
Constructor and Description |
---|
CadOleFrame()
Initializes a new instance of the
CadOleFrame class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryData()
Gets or sets the binary data.
|
int |
getBinaryDataLength()
Gets or sets the binary data length.
|
String |
getOleDataEnd()
Gets or sets the OLE data end.
|
short |
getVersionNumber()
Gets or sets the version number.
|
void |
setBinaryData(byte[] value)
Gets or sets the binary data.
|
void |
setBinaryDataLength(int value)
Gets or sets the binary data length.
|
void |
setOleDataEnd(String value)
Gets or sets the OLE data end.
|
void |
setVersionNumber(short value)
Gets or sets the version number.
|
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadOleFrame()
Initializes a new instance of the CadOleFrame
class.
public String getOleDataEnd()
Gets or sets the OLE data end.
public void setOleDataEnd(String value)
Gets or sets the OLE data end.
value
- The OLE data end.public byte[] getBinaryData()
Gets or sets the binary data.
public void setBinaryData(byte[] value)
Gets or sets the binary data.
value
- The binary data.public int getBinaryDataLength()
Gets or sets the binary data length.
public void setBinaryDataLength(int value)
Gets or sets the binary data length.
value
- The binary data length.public short getVersionNumber()
Gets or sets the version number.
public void setVersionNumber(short value)
Gets or sets the version number.
value
- The version number.