Uses of Interface
com.itextpdf.layout.splitting.ISplitCharacters
-
Packages that use ISplitCharacters Package Description com.itextpdf.layout com.itextpdf.layout.renderer com.itextpdf.layout.splitting -
-
Uses of ISplitCharacters in com.itextpdf.layout
Fields in com.itextpdf.layout declared as ISplitCharacters Modifier and Type Field Description protected ISplitCharactersRootElement. defaultSplitCharactersMethods in com.itextpdf.layout that return ISplitCharacters Modifier and Type Method Description ISplitCharactersElementPropertyContainer. getSplitCharacters()Gets a rule for splitting strings when they don't fit into one line.Methods in com.itextpdf.layout with parameters of type ISplitCharacters Modifier and Type Method Description TElementPropertyContainer. setSplitCharacters(ISplitCharacters splitCharacters)Sets a rule for splitting strings when they don't fit into one line. -
Uses of ISplitCharacters in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type ISplitCharacters Modifier and Type Method Description (package private) boolean[]TextRenderer. isStartsWithSplitCharWhiteSpaceAndEndsWithSplitChar(ISplitCharacters splitCharacters)Identifies two properties for the layouted text renderer text: start and end break possibilities. -
Uses of ISplitCharacters in com.itextpdf.layout.splitting
Classes in com.itextpdf.layout.splitting that implement ISplitCharacters Modifier and Type Class Description classBreakAllSplitCharactersThe implementation ofISplitCharactersthat allows breaking within words.classDefaultSplitCharactersThe default implementation ofISplitCharactersinterface.classKeepAllSplitCharactersThe implementation ofISplitCharactersthat prevents breaking within words.
-