Class HCenterRecord

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

    public final class HCenterRecord
    extends StandardRecord
    Whether to center between horizontal margins
    • Constructor Detail

      • HCenterRecord

        public HCenterRecord()
    • Method Detail

      • setHCenter

        public void setHCenter​(boolean hc)
        set whether or not to horizontally center this sheet.
        Parameters:
        hc - center - t/f
      • getHCenter

        public boolean getHCenter()
        get whether or not to horizontally center this sheet.
        Returns:
        center - t/f
      • 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()