public abstract class TextBodyPropertyFetcher<T> extends PropertyFetcher<T>
| Constructor and Description |
|---|
TextBodyPropertyFetcher() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBodyProperties props) |
boolean |
fetch(XSLFSimpleShape shape) |
getValue, setValuepublic boolean fetch(XSLFSimpleShape shape)
fetch in class PropertyFetcher<T>shape - the shape being examinedpublic abstract boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBodyProperties props)
Copyright © 2020. All rights reserved.