Documentation of 'org.apache.poi.hssf.record.CommonObjectDataSubRecord' Java class
CommonObjectDataSubRecord
org.apache.poi.hssf.record

Class CommonObjectDataSubRecord



  • public final class CommonObjectDataSubRecord
    extends SubRecord
    The common object data record is used to store all common preferences for an excel object.

    • Constructor Detail

      • CommonObjectDataSubRecord

        public CommonObjectDataSubRecord()
      • CommonObjectDataSubRecord

        public CommonObjectDataSubRecord(LittleEndianInput in,
                                         int size)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getSid

        public short getSid()
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in class SubRecord
      • getObjectType

        public short getObjectType()
        Get the object type field for the CommonObjectData record.
        Returns:
        One of OBJECT_TYPE_GROUP OBJECT_TYPE_LINE OBJECT_TYPE_RECTANGLE OBJECT_TYPE_OVAL OBJECT_TYPE_ARC OBJECT_TYPE_CHART OBJECT_TYPE_TEXT OBJECT_TYPE_BUTTON OBJECT_TYPE_PICTURE OBJECT_TYPE_POLYGON OBJECT_TYPE_RESERVED1 OBJECT_TYPE_CHECKBOX OBJECT_TYPE_OPTION_BUTTON OBJECT_TYPE_EDIT_BOX OBJECT_TYPE_LABEL OBJECT_TYPE_DIALOG_BOX OBJECT_TYPE_SPINNER OBJECT_TYPE_SCROLL_BAR OBJECT_TYPE_LIST_BOX OBJECT_TYPE_GROUP_BOX OBJECT_TYPE_COMBO_BOX OBJECT_TYPE_RESERVED2 OBJECT_TYPE_RESERVED3 OBJECT_TYPE_RESERVED4 OBJECT_TYPE_RESERVED5 OBJECT_TYPE_COMMENT OBJECT_TYPE_RESERVED6 OBJECT_TYPE_RESERVED7 OBJECT_TYPE_RESERVED8 OBJECT_TYPE_RESERVED9 OBJECT_TYPE_MICROSOFT_OFFICE_DRAWING
      • setObjectType

        public void setObjectType(short field_1_objectType)
        Set the object type field for the CommonObjectData record.
        Parameters:
        field_1_objectType - One of OBJECT_TYPE_GROUP OBJECT_TYPE_LINE OBJECT_TYPE_RECTANGLE OBJECT_TYPE_OVAL OBJECT_TYPE_ARC OBJECT_TYPE_CHART OBJECT_TYPE_TEXT OBJECT_TYPE_BUTTON OBJECT_TYPE_PICTURE OBJECT_TYPE_POLYGON OBJECT_TYPE_RESERVED1 OBJECT_TYPE_CHECKBOX OBJECT_TYPE_OPTION_BUTTON OBJECT_TYPE_EDIT_BOX OBJECT_TYPE_LABEL OBJECT_TYPE_DIALOG_BOX OBJECT_TYPE_SPINNER OBJECT_TYPE_SCROLL_BAR OBJECT_TYPE_LIST_BOX OBJECT_TYPE_GROUP_BOX OBJECT_TYPE_COMBO_BOX OBJECT_TYPE_RESERVED2 OBJECT_TYPE_RESERVED3 OBJECT_TYPE_RESERVED4 OBJECT_TYPE_RESERVED5 OBJECT_TYPE_COMMENT OBJECT_TYPE_RESERVED6 OBJECT_TYPE_RESERVED7 OBJECT_TYPE_RESERVED8 OBJECT_TYPE_RESERVED9 OBJECT_TYPE_MICROSOFT_OFFICE_DRAWING
      • getObjectId

        public int getObjectId()
        Get the object id field for the CommonObjectData record.
      • setObjectId

        public void setObjectId(int field_2_objectId)
        Set the object id field for the CommonObjectData record.
      • getOption

        public short getOption()
        Get the option field for the CommonObjectData record.
      • setOption

        public void setOption(short field_3_option)
        Set the option field for the CommonObjectData record.
      • getReserved1

        public int getReserved1()
        Get the reserved1 field for the CommonObjectData record.
      • setReserved1

        public void setReserved1(int field_4_reserved1)
        Set the reserved1 field for the CommonObjectData record.
      • getReserved2

        public int getReserved2()
        Get the reserved2 field for the CommonObjectData record.
      • setReserved2

        public void setReserved2(int field_5_reserved2)
        Set the reserved2 field for the CommonObjectData record.
      • getReserved3

        public int getReserved3()
        Get the reserved3 field for the CommonObjectData record.
      • setReserved3

        public void setReserved3(int field_6_reserved3)
        Set the reserved3 field for the CommonObjectData record.
      • setLocked

        public void setLocked(boolean value)
        Sets the locked field value. true if object is locked when sheet has been protected
      • isLocked

        public boolean isLocked()
        true if object is locked when sheet has been protected
        Returns:
        the locked field value.
      • setPrintable

        public void setPrintable(boolean value)
        Sets the printable field value. object appears when printed
      • isPrintable

        public boolean isPrintable()
        object appears when printed
        Returns:
        the printable field value.
      • setAutofill

        public void setAutofill(boolean value)
        Sets the autofill field value. whether object uses an automatic fill style
      • isAutofill

        public boolean isAutofill()
        whether object uses an automatic fill style
        Returns:
        the autofill field value.
      • setAutoline

        public void setAutoline(boolean value)
        Sets the autoline field value. whether object uses an automatic line style
      • isAutoline

        public boolean isAutoline()
        whether object uses an automatic line style
        Returns:
        the autoline field value.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.