Package org.apache.poi.xssf.model
Class ParagraphPropertyFetcher<T>
java.lang.Object
org.apache.poi.xssf.model.ParagraphPropertyFetcher<T>
Used internally to navigate the paragraph text style hierarchy within a shape and fetch properties
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParagraphPropertyFetcher
public ParagraphPropertyFetcher(int level)
-
-
Method Details
-
getValue
-
setValue
-
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)
-