Package | Description |
---|---|
com.itextpdf.layout | |
com.itextpdf.layout.splitting |
Modifier and Type | Field and Description |
---|---|
protected ISplitCharacters |
RootElement.defaultSplitCharacters |
Modifier and Type | Method and Description |
---|---|
ISplitCharacters |
ElementPropertyContainer.getSplitCharacters()
Gets a rule for splitting strings when they don't fit into one line.
|
Modifier and Type | Method and Description |
---|---|
T |
ElementPropertyContainer.setSplitCharacters(ISplitCharacters splitCharacters)
Sets a rule for splitting strings when they don't fit into one line.
|
Modifier and Type | Class and Description |
---|---|
class |
BreakAllSplitCharacters
The implementation of ISplitCharacters that allows breaking within words.
|
class |
DefaultSplitCharacters
The default implementation of ISplitCharacters interface.
|
class |
KeepAllSplitCharacters
The implementation of ISplitCharacters that prevents breaking within words.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.