org.apache.poi.hslf.model
public static class TextPainter.TextElement extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
_align |
java.text.AttributedString |
_bullet |
int |
_bulletOffset |
java.text.AttributedString |
_text |
int |
_textOffset |
float |
advance |
float |
ascent |
float |
descent |
int |
textEndIndex |
int |
textStartIndex |
Constructor and Description |
---|
TextPainter.TextElement() |
public java.text.AttributedString _text
public int _textOffset
public java.text.AttributedString _bullet
public int _bulletOffset
public int _align
public float ascent
public float descent
public float advance
public int textStartIndex
public int textEndIndex
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.