public interface Paragraph
Modifier and Type | Method and Description |
---|---|
int |
getFirstLineIndent() |
int |
getFontAlignment() |
int |
getIndentFromLeft() |
int |
getIndentFromRight() |
boolean |
isWordWrapped() |
void |
setFirstLineIndent(int first) |
void |
setFontAlignment(int align) |
void |
setIndentFromLeft(int dxaLeft) |
void |
setIndentFromRight(int dxaRight) |
void |
setWordWrapped(boolean wrap) |
int getIndentFromRight()
void setIndentFromRight(int dxaRight)
int getIndentFromLeft()
void setIndentFromLeft(int dxaLeft)
int getFirstLineIndent()
void setFirstLineIndent(int first)
int getFontAlignment()
void setFontAlignment(int align)
boolean isWordWrapped()
void setWordWrapped(boolean wrap)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.