|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.ShapeCollectionBase
com.spire.xls.core.spreadsheet.collections.XlsHeaderFooterShapeCollection
public class XlsHeaderFooterShapeCollection
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 |
---|
public XlsHeaderFooterShapeCollection(java.lang.Object parent)
Method Detail |
---|
public XlsShape setPicture(java.lang.String strShapeName, com.spire.ms.System.Drawing.Image image)
strShapeName
- Shape name.image
- Image to set.public XlsShape setPicture(java.lang.String strShapeName, com.spire.ms.System.Drawing.Image image, int iIndex)
strShapeName
- Shape name.image
- Image to set.iIndex
- Represents new shape blip id index. If set -1 - auto indicate.public XlsShape setPicture(java.lang.String strShapeName, com.spire.ms.System.Drawing.Image image, int iIndex, boolean bIncludeOptions)
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |