public class DocumentData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentData.Justification |
| Modifier and Type | Field and Description |
|---|---|
float |
baselineShift |
int |
color |
java.lang.String |
fontName |
DocumentData.Justification |
justification |
float |
lineHeight |
float |
size |
int |
strokeColor |
boolean |
strokeOverFill |
float |
strokeWidth |
java.lang.String |
text |
int |
tracking |
| Constructor and Description |
|---|
DocumentData(java.lang.String text,
java.lang.String fontName,
float size,
DocumentData.Justification justification,
int tracking,
float lineHeight,
float baselineShift,
int color,
int strokeColor,
float strokeWidth,
boolean strokeOverFill) |
| Modifier and Type | Method and Description |
|---|---|
int |
hashCode() |
public final java.lang.String text
public final java.lang.String fontName
public final float size
public final DocumentData.Justification justification
public final int tracking
public final float lineHeight
public final float baselineShift
public final int color
public final int strokeColor
public final float strokeWidth
public final boolean strokeOverFill
public DocumentData(java.lang.String text,
java.lang.String fontName,
float size,
DocumentData.Justification justification,
int tracking,
float lineHeight,
float baselineShift,
int color,
int strokeColor,
float strokeWidth,
boolean strokeOverFill)