Package | Description |
---|---|
com.itextpdf.text | |
com.itextpdf.text.pdf.draw |
Modifier and Type | Field and Description |
---|---|
protected DrawInterface |
TabStop.leader |
Modifier and Type | Method and Description |
---|---|
DrawInterface |
TabStop.getLeader() |
Modifier and Type | Method and Description |
---|---|
void |
TabStop.setLeader(DrawInterface leader) |
Constructor and Description |
---|
Chunk(DrawInterface separator)
Creates a separator Chunk.
|
Chunk(DrawInterface separator, boolean vertical)
Creates a separator Chunk.
|
Chunk(DrawInterface separator, float tabPosition)
Deprecated.
|
Chunk(DrawInterface separator, float tabPosition, boolean newline)
Deprecated.
|
TabStop(float position, DrawInterface leader) |
TabStop(float position, DrawInterface leader, TabStop.Alignment alignment) |
TabStop(float position, DrawInterface leader, TabStop.Alignment alignment, char anchorChar) |
Modifier and Type | Class and Description |
---|---|
class |
DottedLineSeparator
Element that draws a dotted line from left to right.
|
class |
LineSeparator
Element that draws a solid line from left to right.
|
class |
VerticalPositionMark
Helper class implementing the DrawInterface.
|
Modifier and Type | Field and Description |
---|---|
protected DrawInterface |
VerticalPositionMark.drawInterface
Another implementation of the DrawInterface; its draw method will overrule LineSeparator.draw().
|
Modifier and Type | Method and Description |
---|---|
DrawInterface |
VerticalPositionMark.getDrawInterface()
Getter for the interface with the overruling draw() method.
|
Modifier and Type | Method and Description |
---|---|
void |
VerticalPositionMark.setDrawInterface(DrawInterface drawInterface)
Setter for the interface with the overruling draw() method.
|
Constructor and Description |
---|
VerticalPositionMark(DrawInterface drawInterface, float offset)
Creates a vertical position mark that won't draw anything unless you define a DrawInterface.
|
Copyright © 2016. All rights reserved.