Class VCenterRecord

  • All Implemented Interfaces:
    org.apache.poi.common.Duplicatable, GenericRecord

    public final class VCenterRecord
    extends StandardRecord
    Tells whether to center the sheet between vertical margins
    • Constructor Detail

      • VCenterRecord

        public VCenterRecord()
    • Method Detail

      • setVCenter

        public void setVCenter​(boolean hc)
        set whether to center vertically or not
        Parameters:
        hc - vcenter or not
      • getVCenter

        public boolean getVCenter()
        get whether to center vertically or not
        Returns:
        vcenter or not
      • getSid

        public short getSid()
        Description copied from class: Record
        return the non static version of the id for this record.
        Specified by:
        getSid in class Record
        Returns:
        he id for this record
      • getGenericProperties

        public java.util.Map<java.lang.String,​java.util.function.Supplier<?>> getGenericProperties()