Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfList
-
Packages that use RtfList Package Description org.apache.fop.render.rtf.rtflib.rtfdoc Independent subsystem (not specific to FOP) classes that are used to build RTF documents. -
-
Uses of RtfList in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfList Modifier and Type Field Description (package private) RtfListRtfFootnote. listprivate RtfListRtfSection. listprivate RtfListRtfTableCell. listprivate RtfListRtfListItem. parentListMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfList Modifier and Type Method Description RtfListRtfListItem. getParentList()Get the parent list.RtfListRtfListStyle. getRtfList()Gets the RtfList this style belongs to.RtfListIRtfListContainer. newList(RtfAttributes attrs)Close the current list, if any, and starts a new oneRtfListRtfFootnote. newList(RtfAttributes attrs)RtfListRtfListItem. newList(RtfAttributes attrs)Start a new list after closing current paragraph, list and tableRtfListRtfSection. newList(RtfAttributes attrs)Start a new list after closing current paragraph, list and tableRtfListRtfTableCell. newList(RtfAttributes attrib)Start a new list after closing current paragraph, list and tableMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfList Modifier and Type Method Description intRtfListTable. addList(RtfList list)Add Listprivate voidRtfListTable. writeListTableEntry(RtfList list)Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfList Constructor Description RtfListItem(RtfList parent, java.io.Writer w)Create an RTF list item as a child of given container with default attributesRtfListItem(RtfList parent, java.io.Writer w, RtfAttributes attr)Create an RTF list item as a child of given container with given attributes
-