Package com.realobjects.pdfreactor
Class Configuration.ContentObserver
java.lang.Object
com.realobjects.pdfreactor.Configuration.ContentObserver
- Enclosing class:
 Configuration
A type containing specifications on which content should be observed.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionsetConnections(Boolean value) Enables observation of URL connections done by PDFreactor.Enables observation of exceeding content either against the page edges, page content areas or containers.Enables observation of exceeding content and optionally of boxes.setMissingResources(Boolean value) Enables observation of resources that could not be loaded. 
- 
Constructor Details
- 
ContentObserver
public ContentObserver() 
 - 
 - 
Method Details
- 
setExceedingContentAnalyze
public Configuration.ContentObserver setExceedingContentAnalyze(Configuration.ExceedingContentAnalyze value) Enables observation of exceeding content and optionally of boxes.
- Returns:
 - The current 
Configuration.ContentObserverinstance. 
 - 
setExceedingContentAgainst
public Configuration.ContentObserver setExceedingContentAgainst(Configuration.ExceedingContentAgainst value) Enables observation of exceeding content either against the page edges, page content areas or containers.
- Returns:
 - The current 
Configuration.ContentObserverinstance. 
 - 
setMissingResources
Enables observation of resources that could not be loaded.
- Returns:
 - The current 
Configuration.ContentObserverinstance. 
 - 
setConnections
Enables observation of URL connections done by PDFreactor.
- Returns:
 - The current 
Configuration.ContentObserverinstance. 
 
 -