public abstract class CharacterPropertyFetcher<T> extends ParagraphPropertyFetcher<T>
| Modifier and Type | Field | Description |
|---|---|---|
boolean |
isFetchingFromMaster |
| Constructor | Description |
|---|---|
CharacterPropertyFetcher(int level) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract boolean |
fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties props) |
|
boolean |
fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetchgetValue, setValuepublic 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)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.