com.aspose.pub

Class MetaInfo

    • Constructor Detail

      • MetaInfo

        public MetaInfo()
    • Method Detail

      • getRawByteOrder

        public final int getRawByteOrder()

        Raw byte order

        Returns:
        int value
      • isLittleEndian

        public final boolean isLittleEndian()

        Is little endian

        Returns:
        boolean value
      • getVersion

        public final int getVersion()

        Version value

        Returns:
        int value
      • getSysID

        public final long getSysID()

        System identifier

        Returns:
        long value
      • getClsid

        public final UUID getClsid()

        CLSID identifier

        Returns:
        java.util.UUID instance
      • getFMTID

        public final UUID getFMTID()

        FMTID identifier

        Returns:
        java.util.UUID instance
      • getPropsCount

        public final int getPropsCount()

        Count of properties

        Returns:
        int value
      • getPropsIdentifiers

        public final List<Long> getPropsIdentifiers()

        Identifiers of properties

        Returns:
        List of Long
      • getProperty

        public final Object getProperty(long id)

        Gets property by ID passed

        Parameters:
        id - property identifier
        Returns:
        property value
      • getCodePage

        public final short getCodePage()

        Code page identifier

        Returns:
        short value
      • getLocale

        public final long getLocale()

        Locale identifier

        Returns:
        long value