Uses of Class
com.itextpdf.text.MarkedObject

Packages that use MarkedObject
com.itextpdf.text   
 

Uses of MarkedObject in com.itextpdf.text
 

Subclasses of MarkedObject in com.itextpdf.text
 class MarkedSection
          Wrapper that allows to add properties to a Chapter/Section object.
 

Fields in com.itextpdf.text declared as MarkedObject
protected  MarkedObject MarkedSection.title
          This is the title of this section.
 

Methods in com.itextpdf.text that return MarkedObject
 MarkedObject MarkedSection.getTitle()
          Gets the title of this MarkedSection.
 

Methods in com.itextpdf.text with parameters of type MarkedObject
 void MarkedSection.setTitle(MarkedObject title)
          Sets the title of this section.
 



Copyright © 2013. All Rights Reserved.