Uses of Class
com.ail.core.document.model.ItemData

Packages that use ItemData
com.ail.core.document.model   
 

Uses of ItemData in com.ail.core.document.model
 

Subclasses of ItemData in com.ail.core.document.model
 class BlockData
          An instance of BlockData defines the data that should appear in some area of the rendered document.
 class ChapterData
          A chapter represents a part of a document which defines the characteristics of one or more contiguious pages.
 class DocumentData
           
 class FooterData
           
 class HeaderData
           
 class ItemContainer
          A document structure item that has children.
 class ModelData
          Node of the document structure object graph.
 class RepeatingData
           
 class UrlData
          Node of the document structure object graph.
 

Methods in com.ail.core.document.model that return types with arguments of type ItemData
 java.util.List<ItemData> ItemContainer.getItem()
           
 

Method parameters in com.ail.core.document.model with type arguments of type ItemData
 void ItemContainer.setItem(java.util.List<ItemData> item)