Uses of Class
writer2latex.api.ComplexOption
-
Packages that use ComplexOption Package Description writer2latex.api writer2latex.base writer2latex.xhtml -
-
Uses of ComplexOption in writer2latex.api
Methods in writer2latex.api that return ComplexOption Modifier and Type Method Description ComplexOptionConfig. getComplexOption(java.lang.String sName)Get a complex optionMethods in writer2latex.api with parameters of type ComplexOption Modifier and Type Method Description voidComplexOption. copyAll(ComplexOption co)Copy all values from anotherComplexOption(overwrites existing values) -
Uses of ComplexOption in writer2latex.base
Fields in writer2latex.base with type parameters of type ComplexOption Modifier and Type Field Description protected java.util.Map<java.lang.String,ComplexOption>ConfigBase. optionGroupsMethods in writer2latex.base that return ComplexOption Modifier and Type Method Description protected ComplexOptionConfigBase. addComplexOption(java.lang.String sGroup)ComplexOptionConfigBase. getComplexOption(java.lang.String sGroup) -
Uses of ComplexOption in writer2latex.xhtml
Fields in writer2latex.xhtml declared as ComplexOption Modifier and Type Field Description protected ComplexOptionXhtmlConfig. xattrprotected ComplexOptionXhtmlConfig. xframeprotected ComplexOptionXhtmlConfig. xheadingprotected ComplexOptionXhtmlConfig. xlistprotected ComplexOptionXhtmlConfig. xparprotected ComplexOptionXhtmlConfig. xtext
-