public abstract class CharacterPropertyFetcher<T> extends ParagraphPropertyFetcher<T>
| Modifier and Type | Field and Description |
|---|---|
boolean |
isFetchingFromMaster |
| Constructor and Description |
|---|
CharacterPropertyFetcher(int level) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties props) |
boolean |
fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props) |
fetchgetValue, 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 © 2020. All rights reserved.