|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xslf.model.PropertyFetcher
org.apache.poi.xslf.model.ParagraphPropertyFetcher
org.apache.poi.xslf.model.CharacterPropertyFetcher
public abstract class CharacterPropertyFetcher
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 |
---|
public boolean isFetchingFromMaster
Constructor Detail |
---|
public CharacterPropertyFetcher(int level)
Method Detail |
---|
public boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props)
fetch
in class ParagraphPropertyFetcher
public abstract boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties props)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |