|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.xslf.model.PropertyFetcher<T> org.apache.poi.xslf.model.ParagraphPropertyFetcher<T> org.apache.poi.xslf.model.CharacterPropertyFetcher<T>
public abstract class CharacterPropertyFetcher<T>
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 |
---|
clone, equals, finalize, 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<T>
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 |