public final class FtPioGrbitSubRecord extends SubRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
FtPioGrbitSubRecord() |
FtPioGrbitSubRecord(LittleEndianInput in,
int size) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
protected int |
getDataSize() |
short |
getOption()
Get the option field for the CommonObjectData record.
|
short |
getSid() |
boolean |
isAutoLoad()
whether OLE sever is called to load the object's data on book loading.
|
boolean |
isAutoPict()
whether keep picture aspect ratio for other views
|
boolean |
isCamera()
whether a camera picture.
|
boolean |
isCtl()
whether this object is an ActiveX control.
|
boolean |
isDde()
whether the picFmla field of this object is a DDE reference.
|
boolean |
isDefaultSize()
true if this picture size is NOT explicit specified.
|
boolean |
isIcon()
whether show picture as an icon
|
boolean |
isPrintCalc()
whether update this object on print
|
boolean |
isPrstm()
whether the picture data is in the control stream(true) or in embedded storage(false)
|
void |
serialize(LittleEndianOutput out) |
void |
setAutoLoad(boolean value)
Sets the autoload field value.
|
void |
setAutoPict(boolean value)
Sets the autopict field value.
|
void |
setCamera(boolean value)
Sets the camera field value.
|
void |
setCtl(boolean value)
Sets the ctl field value.
|
void |
setDde(boolean value)
Set dde field value.
|
void |
setDefaultSize(boolean value)
Sets the defaultsize field value.
|
void |
setIcon(boolean value)
Sets the icon field value.
|
void |
setOption(short field_1_option)
Set the option field for the CommonObjectData record.
|
void |
setPrintCalc(boolean value)
Sets the printcalc field value.
|
void |
setPrstm(boolean value)
Sets the prstm field value.
|
java.lang.String |
toString() |
createSubRecord, isTerminating, serialize
public static final short sid
public FtPioGrbitSubRecord()
public FtPioGrbitSubRecord(LittleEndianInput in, int size)
public java.lang.String toString()
toString
in class java.lang.Object
public void serialize(LittleEndianOutput out)
protected int getDataSize()
getDataSize
in class SubRecord
public short getSid()
public short getOption()
public void setOption(short field_1_option)
public void setAutoPict(boolean value)
public boolean isAutoPict()
public void setIcon(boolean value)
public boolean isIcon()
public void setAutoLoad(boolean value)
public boolean isAutoLoad()
public void setCamera(boolean value)
public boolean isCamera()
public void setDefaultSize(boolean value)
public boolean isDefaultSize()
public void setPrstm(boolean value)
public boolean isPrstm()
public void setCtl(boolean value)
public boolean isCtl()
isDde()
and this cannot be both true.public void setPrintCalc(boolean value)
public boolean isPrintCalc()
public void setDde(boolean value)
public boolean isDde()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.