com.spire.xls.core.spreadsheet.collections
Class XlsHeaderFooterShapeCollection

java.lang.Object
  extended by com.spire.ms.System.Collections.CollectionBase
      extended by com.spire.xls.core.spreadsheet.collections.CollectionExtended
          extended by com.spire.xls.core.spreadsheet.collections.ShapeCollectionBase
              extended by com.spire.xls.core.spreadsheet.collections.XlsHeaderFooterShapeCollection
All Implemented Interfaces:
com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable

public class XlsHeaderFooterShapeCollection
extends ShapeCollectionBase

Summary description for HeaderFooterShapesCollection.


Constructor Summary
XlsHeaderFooterShapeCollection(java.lang.Object parent)
           
 
Method Summary
 XlsShape setPicture(java.lang.String strShapeName, com.spire.ms.System.Drawing.Image image)
          Sets picture.
 XlsShape setPicture(java.lang.String strShapeName, com.spire.ms.System.Drawing.Image image, int iIndex)
          Sets picture.
 XlsShape setPicture(java.lang.String strShapeName, com.spire.ms.System.Drawing.Image image, int iIndex, boolean bIncludeOptions)
          Sets picture.
 

Constructor Detail

XlsHeaderFooterShapeCollection

public XlsHeaderFooterShapeCollection(java.lang.Object parent)
Method Detail

setPicture

public XlsShape setPicture(java.lang.String strShapeName,
                           com.spire.ms.System.Drawing.Image image)
Sets picture.

Parameters:
strShapeName - Shape name.
image - Image to set.

setPicture

public XlsShape setPicture(java.lang.String strShapeName,
                           com.spire.ms.System.Drawing.Image image,
                           int iIndex)
Sets picture.

Parameters:
strShapeName - Shape name.
image - Image to set.
iIndex - Represents new shape blip id index. If set -1 - auto indicate.

setPicture

public XlsShape setPicture(java.lang.String strShapeName,
                           com.spire.ms.System.Drawing.Image image,
                           int iIndex,
                           boolean bIncludeOptions)
Sets picture.

Parameters:
strShapeName - Shape name.
image - Image to set.
iIndex - Represents new shape blip id index. If set -1 - auto indicate.
bIncludeOptions - Indicates is current picture include options.