public class DocumentData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentData.Factory |
| Modifier and Type | Field and Description |
|---|---|
double |
baselineShift |
int |
color |
java.lang.String |
fontName |
double |
size |
int |
strokeColor |
boolean |
strokeOverFill |
int |
strokeWidth |
java.lang.String |
text |
int |
tracking |
| Modifier and Type | Method and Description |
|---|---|
int |
hashCode() |
public java.lang.String text
public java.lang.String fontName
public double size
public int tracking
public double baselineShift
public int color
public int strokeColor
public int strokeWidth
public boolean strokeOverFill