Enum HTMIndentType

    • Enum Constant Detail

      • eHTMMTLeftTitle

        public static final HTMIndentType eHTMMTLeftTitle
      • eHTMMTRightTitle

        public static final HTMIndentType eHTMMTRightTitle
      • eHTMMTTopTitle

        public static final HTMIndentType eHTMMTTopTitle
      • eHTMMTTopTitleExt

        public static final HTMIndentType eHTMMTTopTitleExt
      • eHTMMTBottomTitle

        public static final HTMIndentType eHTMMTBottomTitle
      • eHTMMTBottomTitleExt

        public static final HTMIndentType eHTMMTBottomTitleExt
      • eHTMMTHorIndentExtTooltip

        public static final HTMIndentType eHTMMTHorIndentExtTooltip
      • eHTMMTVerIndentExtTooltip

        public static final HTMIndentType eHTMMTVerIndentExtTooltip
      • eHTMMTHorLogicMargin

        public static final HTMIndentType eHTMMTHorLogicMargin
      • eHTMMTVerLogicMargin

        public static final HTMIndentType eHTMMTVerLogicMargin
      • eHTMMTLeftBackColorMargin

        public static final HTMIndentType eHTMMTLeftBackColorMargin
      • eHTMMTTopBackColorMargin

        public static final HTMIndentType eHTMMTTopBackColorMargin
      • eHTMMTRightBackColorMargin

        public static final HTMIndentType eHTMMTRightBackColorMargin
      • eHTMMTBottomBackColorMargin

        public static final HTMIndentType eHTMMTBottomBackColorMargin
      • eHTMMTHorGroupBoxMargin

        public static final HTMIndentType eHTMMTHorGroupBoxMargin
      • eHTMMTLeftLineMargin

        public static final HTMIndentType eHTMMTLeftLineMargin
      • eHTMMTLeftLineWidth

        public static final HTMIndentType eHTMMTLeftLineWidth
      • eHTMMTHyperlinkButton

        public static final HTMIndentType eHTMMTHyperlinkButton
      • eHTMMTHorPagesMargin

        public static final HTMIndentType eHTMMTHorPagesMargin
      • eHTMMTHorPagesPadding

        public static final HTMIndentType eHTMMTHorPagesPadding
      • eHTMMTTableTreeMargin

        public static final HTMIndentType eHTMMTTableTreeMargin
      • eHTMMTTableHLMargin

        public static final HTMIndentType eHTMMTTableHLMargin
      • eHTMMTTableVerMargin

        public static final HTMIndentType eHTMMTTableVerMargin
      • eHTMMTGridColumnHorIndent

        public static final HTMIndentType eHTMMTGridColumnHorIndent
      • eHTMMTGridPictStdSize

        public static final HTMIndentType eHTMMTGridPictStdSize
      • eHTMMTSplitterWidth

        public static final HTMIndentType eHTMMTSplitterWidth
      • eHTMMTMobileGroupHorIndent

        public static final HTMIndentType eHTMMTMobileGroupHorIndent
      • eHTMMTMobileGroupMinRowHeight

        public static final HTMIndentType eHTMMTMobileGroupMinRowHeight
      • eHTMMTMobileGroupMinRowIndent

        public static final HTMIndentType eHTMMTMobileGroupMinRowIndent
      • eHTMMTMobileGroupRowRoundRadius

        public static final HTMIndentType eHTMMTMobileGroupRowRoundRadius
    • Method Detail

      • values

        public static HTMIndentType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (HTMIndentType c : HTMIndentType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static HTMIndentType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null