@Internal public abstract class ParagraphPropertyFetcher<T> extends java.lang.Object
Constructor and Description |
---|
ParagraphPropertyFetcher(int level) |
Modifier and Type | Method and Description |
---|---|
boolean |
fetch(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape shape) |
abstract boolean |
fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props) |
T |
getValue() |
void |
setValue(T val) |
public T getValue()
public void setValue(T val)
public boolean fetch(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape shape)
shape
- the shape being examinedpublic abstract boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.