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.
|
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.
|
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 CadOle2Frame()
Initializes a new instance of the CadOle2Frame
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 getBinaryDataLength2()
Gets or sets the binary data length2.
public void setBinaryDataLength2(int value)
Gets or sets the binary data length2.
value
- The binary data length2.public short getTileModeDescriptor()
Gets or sets the tile mode descriptor.
public void setTileModeDescriptor(short value)
Gets or sets the tile mode descriptor.
value
- The tile mode descriptor.public short getOleObjectType()
Gets or sets the OLE object typet.
public void setOleObjectType(short value)
Gets or sets the OLE object typet.
value
- The OLE object type.public Cad3DPoint getLowerRightCorner()
Gets or sets the lower right corner.
public void setLowerRightCorner(Cad3DPoint value)
Gets or sets the lower right corner.
value
- The lower right corner.public Cad3DPoint getUpperLeftCorner()
Gets or sets the upper left corner.
public void setUpperLeftCorner(Cad3DPoint value)
Gets or sets the upper left corner.
value
- The upper left corner.public String getBinaryDataLength1()
Gets or sets the binary data length1.
public void setBinaryDataLength1(String value)
Gets or sets the binary data length1.
value
- The binary data length1.public short getVersionNumber()
Gets or sets the version number.
public void setVersionNumber(short value)
Gets or sets the version number.
value
- The version number.