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

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

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


Field Summary
 byte bCharSet
           
 byte bPitchAndFamily
           
 int cbSize
           
 int crTextColor
           
 int dwEffects
           
 int dwMask
           
 char[] szFaceName
           
 int yHeight
           
 int yOffset
           
 
Constructor Summary
StiRichTextHelper.CHARFORMATSTRUCT()
           
 
Method Summary
 StiRichTextHelper.CHARFORMATSTRUCT clone()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cbSize

public int cbSize

dwMask

public int dwMask

dwEffects

public int dwEffects

yHeight

public int yHeight

yOffset

public int yOffset

crTextColor

public int crTextColor

bCharSet

public byte bCharSet

bPitchAndFamily

public byte bPitchAndFamily

szFaceName

public char[] szFaceName
Constructor Detail

StiRichTextHelper.CHARFORMATSTRUCT

public StiRichTextHelper.CHARFORMATSTRUCT()
Method Detail

clone

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