Style Intelligence v12.0

inetsoft.report
Interface HeadingLens

All Superinterfaces:
Cloneable, Serializable, TextLens
All Known Implementing Classes:
DefaultHeadingLens

public interface HeadingLens
extends TextLens

The HeadingLens is a special TextLens that represents a heading text element. It contains a level and numbering options.


Method Summary
 String format(String number)
          Deprecated. As of version 5.0, replaced by getFormat().
 HeadingFormat getFormat()
          Get the heading format.
 int getLevel()
          Get the heading level.
 
Methods inherited from interface inetsoft.report.TextLens
clone, getText
 

Method Detail

getLevel

int getLevel()
Get the heading level. The top level is 1.


getFormat

HeadingFormat getFormat()
Get the heading format.


format

String format(String number)
Deprecated. As of version 5.0, replaced by getFormat().


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