org.apache.poi.xssf.model
Class ParagraphPropertyFetcher<T>
java.lang.Object
org.apache.poi.xssf.model.ParagraphPropertyFetcher<T>
@Internal
public abstract class ParagraphPropertyFetcher<T>
- extends java.lang.Object
Used internally to navigate the paragraph text style hierarchy within a shape and fetch properties
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParagraphPropertyFetcher
public ParagraphPropertyFetcher(int level)
getValue
public T getValue()
setValue
public void setValue(T val)
fetch
public boolean fetch(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape shape)
- Parameters:
shape
- the shape being examined
- Returns:
- true if the desired property was fetched
fetch
public abstract boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props)
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.