org.apache.poi.xslf.model
Class CharacterPropertyFetcher

java.lang.Object
  extended by org.apache.poi.xslf.model.PropertyFetcher
      extended by org.apache.poi.xslf.model.ParagraphPropertyFetcher
          extended by org.apache.poi.xslf.model.CharacterPropertyFetcher

public abstract class CharacterPropertyFetcher
extends ParagraphPropertyFetcher

Author:
Yegor Kozlov

Field Summary
 boolean isFetchingFromMaster
           
 
Constructor Summary
CharacterPropertyFetcher(int level)
           
 
Method Summary
abstract  boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties props)
           
 boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props)
           
 
Methods inherited from class org.apache.poi.xslf.model.ParagraphPropertyFetcher
fetch
 
Methods inherited from class org.apache.poi.xslf.model.PropertyFetcher
getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isFetchingFromMaster

public boolean isFetchingFromMaster
Constructor Detail

CharacterPropertyFetcher

public CharacterPropertyFetcher(int level)
Method Detail

fetch

public boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props)
Specified by:
fetch in class ParagraphPropertyFetcher

fetch

public abstract boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties props)