[]
产品首页
在线Demo
产品文档
API 参考
技术社区
搜索
K
立即试用
登录
你好,请
登录
GcExcel Java 中文文档
你好,请
登录
产品首页
在线Demo
产品文档
API 参考
技术社区
立即试用
com.grapecity.documents.excel
Interfaces
EventHandler
IAboveAverage
IAreas
IAuthor
IAutoCorrect
IAutoFilter
IAutoMergeRangeInfo
IBarcode
IBorder
IBorders
IBuiltInDocumentPropertyCollection
ICalcContext
ICalculatedFields
ICalculatedItems
ICascadeSparkLine
ICellCollection
ICellColorSortField
ICellDecoration
ICellDecorationIcon
ICellPadding
ICodabar
ICode128
ICode39
ICode49
ICode93
IColorScale
IColorScaleCriteria
IColorScaleCriterion
IColorStop
IColorStops
IComment
IComments
ICommentsThreaded
ICommentThreaded
IConditionValue
ICornerFold
ICsvParser
ICustomDocumentPropertyCollection
ICustomView
ICustomViews
IDataBar
IDataBarBorder
IDataMatrix
IDataOptions
IDisplayFormat
IDocumentProperty
IDocumentPropertyCollection
IEAN13
IEAN8
IExcelOptions
IFilter
IFilters
IFont
IFontColorSortField
IFontOption
IFontProvider
IFormatColor
IFormatCondition
IFormatConditions
IFormulaOptions
IFormulaResolver
IGraphic
IGraphicsInfo
IGroupInfo
IGS1128
IHeaderFooter
IHPageBreak
IHPageBreaks
IHyperlink
IHyperlinks
IIcon
IIconCriteria
IIconCriterion
IIconSet
IIconSetCondition
IIconSets
IIconSortField
IInterior
IJsonSerializer
ILabelOption
ILabelOptions
ILinearGradient
IName
INames
INegativeBarFormat
IOutline
IOutlineColumn
IPage
IPageSetup
IPane
IPanes
IPDF417
IPDFRenderEngine
IPivotAxis
IPivotCache
IPivotCaches
IPivotCell
IPivotField
IPivotFields
IPivotFilter
IPivotFilters
IPivotFormula
IPivotFormulas
IPivotItem
IPivotItemList
IPivotItems
IPivotLine
IPivotLineCells
IPivotLines
IPivotTable
IPivotTables
IPivotValueCell
IProtectionSettings
IQRCode
IRange
IRangeProvider
IReadOnlySignatureDetails
IRectangularGradient
IRichText
IScenario
IScenarios
IShrinkToFitSettings
ISignature
ISignatureSet
ISignatureSetup
ISlicer
ISlicerCache
ISlicerCaches
ISlicerItem
ISlicerItems
ISlicerPivotTables
ISlicers
ISort
ISortField
ISortFields
ISparkAxes
ISparkColor
ISparkHorizontalAxis
ISparkline
ISparklineGroup
ISparklineGroups
ISparkLineObject
ISparkPoints
ISparkVerticalAxis
IStyle
IStyleCollection
ITable
ITableColumn
ITableColumns
ITableDataSource
ITableRow
ITableRows
ITables
ITableStyle
ITableStyleCollection
ITableStyleElement
ITableStyleElements
ITableStyleInfo
ITextRun
ITheme
IThemeColor
IThemeColorScheme
IThemeFont
IThemeFonts
IThemeFontScheme
ITop10
IUniqueValues
IValidation
IValueSortField
IVPageBreak
IVPageBreaks
IWebRequestHandler
IWorkbook
IWorkbookView
IWorksheet
IWorksheets
IWorksheetView
RangeFindReplace.FindReplaceImpl.FindMatch
RangePartialClasses.FindReplaceImpl.FindMatch
Classes
Enum Classes
Exceptions
com.grapecity.documents.excel.drawing
com.grapecity.documents.excel.expressions
com.grapecity.documents.excel.forms
com.grapecity.documents.excel.template
com.grapecity.documents.excel.template.DataSource
com.grapecity.documents.excel
Interfaces
IHeaderFooter
(Showing Draft Content)
IHeaderFooter
Interface IHeaderFooter
public interface
IHeaderFooter
表示图片或文本在页眉和页脚中如何对齐。
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
IGraphic
getPicture
()
返回一个
IGraphic
对象,该对象表示包含在指定页眉或页脚中的图片字段。
String
getText
()
返回一个表示指定页眉或页脚中包含的文本的Text对象。
void
setText
(
String
value)
设置一个代表指定页眉或页脚中包含的文本的Text对象。
Method Details
getText
String
getText
()
返回一个表示指定页眉或页脚中包含的文本的Text对象。
setText
void
setText
(
String
value)
设置一个代表指定页眉或页脚中包含的文本的Text对象。
getPicture
IGraphic
getPicture
()
返回一个
IGraphic
对象,该对象表示包含在指定页眉或页脚中的图片字段。
Interface IHeaderFooter
Method Summary
Method Details
getText
setText
getPicture