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.
|
int |
getTypeName()
Gets the name of the type.
|
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.
|
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, setXDirMissingFlaggetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadOleFrame()
Initializes a new instance of the CadOleFrame class.
public int getTypeName()
Gets the name of the type.
getTypeName in class CadBaseEntitypublic 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 getBinaryDataLength()
Gets or sets the binary data length.
public final void setBinaryDataLength(int value)
Gets or sets the binary data length.
value - The binary data length.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.