public class HSLFPictureShape extends HSLFSimpleShape implements PictureShape<HSLFShape,HSLFTextParagraph>
_clientData, _clientRecords, DEFAULT_LINE_WIDTH| Modifier | Constructor and Description |
|---|---|
protected |
HSLFPictureShape(EscherContainerRecord escherRecord,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a
Picture object |
|
HSLFPictureShape(HSLFPictureData data)
Create a new
Picture |
|
HSLFPictureShape(HSLFPictureData data,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new
Picture |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterInsert(HSLFSheet sh)
By default set the orininal image size
|
protected EscherContainerRecord |
createSpContainer(int idx,
boolean isChild)
Create a new Picture and populate the inital structure of the
EscherSp record which holds information about this picture. |
java.awt.Insets |
getClipping()
Returns the clipping values as percent ratio relatively to the image size.
|
protected EscherBSERecord |
getEscherBSERecord() |
HSLFPictureData |
getPictureData()
Returns the picture data for this picture.
|
int |
getPictureIndex()
Returns index associated with this picture.
|
java.lang.String |
getPictureName()
Name of this picture.
|
void |
setPictureName(java.lang.String name)
Name of this picture.
|
createSpContainer, getAdjustValue, getClientDataRecord, getClientRecords, getFillColor, getGeometry, getLineColor, getLineCompound, getLineDashing, getLineDecoration, getLineWidth, getShadow, getShadowAngle, getShadowColor, getShadowDistance, getStrokeStyle, setFillColor, setHyperlink, setLineColor, setLineCompound, setLineDashing, setLineWidth, updateClientDatadraw, getAnchor, getEscherChild, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getFillStyle, getFlipHorizontal, getFlipVertical, getHyperlink, getParent, getRotation, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, isPlaceholder, moveTo, setAnchor, setEscherProperty, setEscherProperty, setFlipHorizontal, setFlipVertical, setRotation, setShapeId, setShapeType, setSheetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFillStyle, getGeometry, getLineDecoration, getShadow, getShapeType, getStrokeStyle, isPlaceholdergetAdjustValuegetAnchor, getFlipHorizontal, getFlipVertical, getParent, getRotation, setAnchor, setFlipHorizontal, setFlipVertical, setRotationpublic HSLFPictureShape(HSLFPictureData data)
Picturedata - the picture datapublic HSLFPictureShape(HSLFPictureData data, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Picturedata - the picture dataparent - the parent shapeprotected HSLFPictureShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Picture objectescherRecord - the EscherSpContainer record which holds information about
this picture in the Slideparent - the parent shape of this picturepublic int getPictureIndex()
protected EscherContainerRecord createSpContainer(int idx, boolean isChild)
EscherSp record which holds information about this picture.idx - the index of the picture which refers to EscherBSE container.public HSLFPictureData getPictureData()
PictureShapegetPictureData in interface PictureShape<HSLFShape,HSLFTextParagraph>protected EscherBSERecord getEscherBSERecord()
public java.lang.String getPictureName()
public void setPictureName(java.lang.String name)
name - of this pictureprotected void afterInsert(HSLFSheet sh)
afterInsert in class HSLFShapesh - - owning shapepublic java.awt.Insets getClipping()
PictureShapegetClipping in interface PictureShape<HSLFShape,HSLFTextParagraph>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.