Uses of Class
org.fit.pdfdom.BoxStyle
-
Packages that use BoxStyle Package Description org.fit.pdfdom -
-
Uses of BoxStyle in org.fit.pdfdom
Fields in org.fit.pdfdom declared as BoxStyle Modifier and Type Field Description protected BoxStylePDFBoxTree. curstyleThe style of the text line being createdprotected BoxStylePDFBoxTree. styleThe style of the future box being modified by the operatorsMethods in org.fit.pdfdom with parameters of type BoxStyle Modifier and Type Method Description protected voidPDFBoxTree. updateStyle(BoxStyle bstyle, org.apache.pdfbox.text.TextPosition text)Updates the text style according to a new text positionConstructors in org.fit.pdfdom with parameters of type BoxStyle Constructor Description BoxStyle(BoxStyle src)
-