Style Intelligence v12.0

inetsoft.report
Interface HeadingFormat

All Known Implementing Classes:
DefaultHeadingFormat, LowerLetterHeadingFormat, RomanHeadingFormat, SingleDefaultHeadingFormat, SingleLowerLetterHeadingFormat, SingleRomanHeadingFormat, SingleUpperLetterHeadingFormat, UpperLetterHeadingFormat

public interface HeadingFormat

The HeadingFormat used to format the number heading element.


Method Summary
 String format(int number)
          Format the number of the heading.
 String getPrefix()
          prefix text which will be displayed at the beginning of the heading number.
 String getSeparator()
          Get the separator of heading number.
 

Method Detail

getSeparator

String getSeparator()
Get the separator of heading number.


format

String format(int number)
Format the number of the heading. The input to the method is digit. The output can be any string, for example: I, II, III or a, b, c etc. which will be displayed at the beginning of the heading text.

Parameters:
number - heading number.
Returns:
formatted heading number.

getPrefix

String getPrefix()
prefix text which will be displayed at the beginning of the heading number.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.