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