public interface InlineItem
| Modifier and Type | Method and Description | 
|---|---|
void | 
assignToRow(RowRenderer row)  | 
StringBuilder | 
dump(int mode,
    int indent)  | 
int | 
getBaseline(Context context)  | 
int | 
getHeight()  | 
int | 
getOuterHeight()  | 
float | 
getOuterWidth()  | 
float | 
getWidth()  | 
float | 
getX()  | 
boolean | 
isRTL()  | 
void | 
setX(float x)  | 
int getBaseline(Context context)
float getWidth()
float getOuterWidth()
int getHeight()
int getOuterHeight()
void setX(float x)
float getX()
void assignToRow(RowRenderer row)
StringBuilder dump(int mode, int indent)
boolean isRTL()
Revision 4.0.15 / 20220727-0149