Uses of Class
com.lowagie.text.rtf.document.RtfInfoElement
-
Packages that use RtfInfoElement Package Description com.lowagie.text.rtf.document -
-
Uses of RtfInfoElement in com.lowagie.text.rtf.document
Fields in com.lowagie.text.rtf.document with type parameters of type RtfInfoElement Modifier and Type Field Description private java.util.List<RtfInfoElement>
RtfInfoGroup. infoElements
The RtfInfoElements that belong to this RtfInfoGroupMethods in com.lowagie.text.rtf.document with parameters of type RtfInfoElement Modifier and Type Method Description void
RtfInfoGroup. add(RtfInfoElement infoElement)
Adds an RtfInfoElement to the RtfInfoGroupvoid
RtfDocumentHeader. addInfoElement(RtfInfoElement rtfInfoElement)
Adds an RtfInfoElement to the list of RtfInfoElements
-