org.apache.poi.hslf.usermodel
Class HSLFBackground

java.lang.Object
  extended by org.apache.poi.hslf.usermodel.HSLFShape
      extended by 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

Field Summary
 
Fields inherited from class org.apache.poi.hslf.usermodel.HSLFShape
_escherContainer, _fill, _parent, _sheet, logger
 
Constructor Summary
protected HSLFBackground(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
           
 
Method Summary
protected  EscherContainerRecord createSpContainer(boolean isChild)
          Creates the lowerlevel escher records for this shape.
 
Methods 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, setSheet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.poi.sl.usermodel.Background
getFillStyle
 
Methods inherited from interface org.apache.poi.sl.usermodel.Shape
draw, getAnchor, getParent, getSheet
 

Constructor Detail

HSLFBackground

protected HSLFBackground(EscherContainerRecord escherRecord,
                         ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Method Detail

createSpContainer

protected EscherContainerRecord createSpContainer(boolean isChild)
Description copied from class: HSLFShape
Creates the lowerlevel escher records for this shape.

Specified by:
createSpContainer in class HSLFShape


Copyright 2016 The Apache Software Foundation or its licensors, as applicable.