Package org.apache.poi.hslf.usermodel
Class HSLFBackground
java.lang.Object
org.apache.poi.hslf.usermodel.HSLFShape
org.apache.poi.hslf.usermodel.HSLFBackground
- All Implemented Interfaces:
Background<HSLFShape,,HSLFTextParagraph> Shape<HSLFShape,HSLFTextParagraph>
public final class HSLFBackground
extends HSLFShape
implements Background<HSLFShape,HSLFTextParagraph>
Background shape
- Author:
- Yegor Kozlov
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHSLFBackground(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) -
Method Summary
Modifier and TypeMethodDescriptionprotected EscherContainerRecordcreateSpContainer(boolean isChild) Create and assign the lower level escher record to this shapeMethods inherited from class org.apache.poi.hslf.usermodel.HSLFShape
afterInsert, draw, getAnchor, getClientData, getClientDataRecord, getClientRecords, getEscherChild, getEscherChild, getEscherChild, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getFillStyle, getFlipHorizontal, getFlipVertical, getParent, getRotation, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, isPlaceholder, moveTo, setAnchor, setEscherProperty, setEscherProperty, setFlipHorizontal, setFlipVertical, setRotation, setShapeId, setShapeType, setSheetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.poi.sl.usermodel.Background
getFillStyleMethods inherited from interface org.apache.poi.sl.usermodel.Shape
draw, getAnchor, getParent, getShapeId, getShapeName, getSheet
-
Constructor Details
-
HSLFBackground
protected HSLFBackground(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent)
-
-
Method Details
-
createSpContainer
Description copied from class:HSLFShapeCreate and assign the lower level escher record to this shape- Overrides:
createSpContainerin classHSLFShape
-