@Internal public abstract class ParagraphPropertyFetcher<T> extends java.lang.Object
Constructor | Description |
---|---|
ParagraphPropertyFetcher(int level) |
Modifier and Type | Method | Description |
---|---|---|
abstract boolean |
fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props) |
|
boolean |
fetch(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape shape) |
|
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 2018 The Apache Software Foundation or its licensors, as applicable.