Method Summary |
|
PdfChunk | add(PdfChunk chunk) Adds a PdfChunk to the PdfLine . |
public float | getAscender() Gets the maximum size of the ascender for all the fonts used
in this line. |
public PdfChunk | getChunk(int idx) Gets a PdfChunk by index. |
public float | getDescender() Gets the biggest descender for all the fonts used
in this line. |
public int | getLastStrokeChunk() |
float | getMaxSizeSimple() Gets the maximum size of all the fonts used in this line
including images. |
public float | getOriginalWidth() Gets the original width of the line. |
public float | getWidthCorrected(float charSpacing, float wordSpacing) Gets a width corrected with a charSpacing and wordSpacing. |
public boolean | hasToBeJustified() Checks if this line has to be justified. |
float | height() Returns the height of the line. |
float | indentLeft() Returns the left indentation of the line taking the alignment of the line into account. |
public boolean | isNewlineSplit() Checks if a newline caused the line split. |
boolean | isRTL() |
public Iterator | iterator() Returns an iterator of PdfChunk s. |
public float | listIndent() Return the indentation needed to show the listsymbol. |
public Chunk | listSymbol() Returns the listsymbol of this line. |
int | numberOfSpaces() Returns the number of space-characters in this line. |
public void | resetAlignment() Resets the alignment of this line. |
void | setExtraIndent(float extra) Adds extra indentation to the left (for Paragraph.setFirstLineIndent). |
public void | setListItem(ListItem listItem) Sets the listsymbol of this line. |
public int | size() Returns the number of chunks in the line. |
public String | toString() Get the string representation of what is in this line. |
float | widthLeft() Returns the width that is left, after a maximum of characters is added to the line. |