Uses of Class
com.helger.pdflayout.spec.TextAndWidthSpec
-
Packages that use TextAndWidthSpec Package Description com.helger.pdflayout.config.xml com.helger.pdflayout.element.text com.helger.pdflayout.spec -
-
Uses of TextAndWidthSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return TextAndWidthSpec Modifier and Type Method Description TextAndWidthSpecTextAndWidthSpecMicroTypeConverter. convertToNative(com.helger.xml.microdom.IMicroElement aElement)Methods in com.helger.pdflayout.config.xml with parameters of type TextAndWidthSpec Modifier and Type Method Description com.helger.xml.microdom.IMicroElementTextAndWidthSpecMicroTypeConverter. convertToMicroElement(TextAndWidthSpec aValue, String sNamespaceURI, String sTagName) -
Uses of TextAndWidthSpec in com.helger.pdflayout.element.text
Fields in com.helger.pdflayout.element.text with type parameters of type TextAndWidthSpec Modifier and Type Field Description protected com.helger.commons.collection.impl.ICommonsList<TextAndWidthSpec>AbstractPLText. m_aPreparedLinesprotected com.helger.commons.collection.impl.ICommonsList<TextAndWidthSpec>AbstractPLText. m_aPreparedLinesUnmodifiedMethods in com.helger.pdflayout.element.text that return types with arguments of type TextAndWidthSpec Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<TextAndWidthSpec>AbstractPLText. getAllPreparedLinesUnmodified() -
Uses of TextAndWidthSpec in com.helger.pdflayout.spec
Methods in com.helger.pdflayout.spec that return types with arguments of type TextAndWidthSpec Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<TextAndWidthSpec>LoadedFont. getFitToWidth(String sText, float fFontSize, float fMaxWidth)
-