| Changed Methods |
Paragraph
addAll(
List)
|
Documentation changed from old to new. |
Adds a java.util.List of layout elements to this Paragraph. |
Paragraph
add(
IBlockElement)
|
Documentation changed from old to new. |
Adds an element to this Paragraph. |
Paragraph
add(
ILeafElement)
|
Documentation changed from old to new. |
Adds a element to this Paragraph. |
Paragraph
add(
String)
|
Documentation changed from old to new. |
Adds a piece of text to this Paragraph. |
Paragraph
addTabStops(
TabStop[])
|
Documentation changed from old to new. |
Adds an unspecified amount of tabstop elements as properties to this Paragraph. |
Paragraph
addTabStops(
List)
|
Documentation changed from old to new. |
Adds a java.util.List of tabstop elements as properties to this Paragraph. |