Package org.apache.poi.xssf.usermodel
Class XSSFObjectData
java.lang.Object
org.apache.poi.xssf.usermodel.XSSFShape
org.apache.poi.xssf.usermodel.XSSFSimpleShape
org.apache.poi.xssf.usermodel.XSSFObjectData
- All Implemented Interfaces:
Iterable<XSSFTextParagraph>,ObjectData,Shape,SimpleShape,TextContainer
Represents binary object (i.e. OLE) data stored in the file. Eg. A GIF, JPEG etc...
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedXSSFObjectData(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape ctShape) -
Method Summary
Modifier and TypeMethodDescriptionGets the object data.The filename of the embedded imagebyte[]org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOleObjectprotected XSSFSheetgetSheet()booleanprotected static org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShapePrototype with the default structure of a new auto-shape.Methods inherited from class org.apache.poi.xssf.usermodel.XSSFSimpleShape
addNewTextParagraph, addNewTextParagraph, addNewTextParagraph, clearText, findDefinedParagraphProperty, findDefinedRunProperty, getBottomInset, getCTShape, getLeftInset, getRightInset, getShapeId, getShapeName, getShapeProperties, getShapeType, getText, getTextAutofit, getTextBody, getTextDirection, getTextHorizontalOverflow, getTextParagraphs, getTextVerticalOverflow, getTopInset, getVerticalAlignment, getWordWrap, iterator, setBottomInset, setLeftInset, setRightInset, setShapeType, setText, setText, setTextAutofit, setTextDirection, setTextHorizontalOverflow, setTextVerticalOverflow, setTopInset, setVerticalAlignment, setWordWrap, setXfrmMethods inherited from class org.apache.poi.xssf.usermodel.XSSFShape
getAnchor, getDrawing, getParent, isNoFill, setFillColor, setLineStyle, setLineStyleColor, setLineWidth, setNoFillMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.apache.poi.ss.usermodel.Shape
getAnchor, getParent, getShapeName, isNoFill, setFillColor, setLineStyleColor, setNoFillMethods inherited from interface org.apache.poi.ss.usermodel.SimpleShape
getShapeId
-
Constructor Details
-
XSSFObjectData
protected XSSFObjectData(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape ctShape)
-
-
Method Details
-
prototype
protected static org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape prototype()Prototype with the default structure of a new auto-shape. -
getOLE2ClassName
- Specified by:
getOLE2ClassNamein interfaceObjectData- Returns:
- the OLE2 Class Name of the object
-
getOleObject
public org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOleObject getOleObject()- Returns:
- the CTOleObject associated with the shape
-
getObjectData
- Specified by:
getObjectDatain interfaceObjectData- Returns:
- the data portion, for an ObjectData that doesn't have an associated POIFS Directory Entry
- Throws:
IOException
-
getObjectPart
- Returns:
- the package part of the object data
-
hasDirectoryEntry
public boolean hasDirectoryEntry()- Specified by:
hasDirectoryEntryin interfaceObjectData- Returns:
- does this ObjectData have an associated POIFS Directory Entry? (Not all do, those that don't have a data portion)
-
getDirectory
Description copied from interface:ObjectDataGets the object data. Only call for ones that have data though. SeeObjectData.hasDirectoryEntry(). The caller has to close the corresponding POIFSFileSystem- Specified by:
getDirectoryin interfaceObjectData- Returns:
- the object data as an OLE2 directory.
- Throws:
IOException- if there was an error reading the data.
-
getFileName
The filename of the embedded image- Specified by:
getFileNamein interfaceObjectData- Returns:
- a filename suggestion - inspecting/interpreting the Directory object probably gives a better result
-
getSheet
-
getPictureData
- Specified by:
getPictureDatain interfaceObjectData- Returns:
- the preview picture
-
getContentType
- Specified by:
getContentTypein interfaceObjectData
-