org.apache.poi.xssf.model
Class ParagraphPropertyFetcher<T>

java.lang.Object
  extended by 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


Constructor Summary
ParagraphPropertyFetcher(int level)
           
 
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
 

Constructor Detail

ParagraphPropertyFetcher

public ParagraphPropertyFetcher(int level)
Method Detail

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)