com.stimulsoft.report.components.simplecomponents
Class StiRichTextHelper.STRUCT_CHARRANGE

java.lang.Object
  extended by com.stimulsoft.report.components.simplecomponents.StiRichTextHelper.STRUCT_CHARRANGE
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
StiRichTextHelper

public static final class StiRichTextHelper.STRUCT_CHARRANGE
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
 int cpMax
           
 int cpMin
           
 
Constructor Summary
StiRichTextHelper.STRUCT_CHARRANGE()
           
 
Method Summary
 StiRichTextHelper.STRUCT_CHARRANGE clone()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cpMin

public int cpMin

cpMax

public int cpMax
Constructor Detail

StiRichTextHelper.STRUCT_CHARRANGE

public StiRichTextHelper.STRUCT_CHARRANGE()
Method Detail

clone

public StiRichTextHelper.STRUCT_CHARRANGE clone()
Overrides:
clone in class java.lang.Object