HeaderFooter

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.ms.System.ICloneable

public final class HeaderFooter implements System.ICloneable

Class represents header or footer pdf page.

Constructors

ConstructorDescription
HeaderFooter()Default ctor

Methods

MethodDescription
isClipExtraContent()Gets or sets is clip extra content.
setClipExtraContent(boolean value)Gets or sets is clip extra content.
getParagraphs()Gets or sets the end note paragraphs.
setParagraphs(Paragraphs value)Gets or sets the end note paragraphs.
getMargin()Gets the margin info.
setMargin(MarginInfo value)Sets the margin info.
deepClone()Clones a new object.

HeaderFooter()

public HeaderFooter()

Default ctor

isClipExtraContent()

public final boolean isClipExtraContent()

Gets or sets is clip extra content.

Returns: boolean - boolean value

setClipExtraContent(boolean value)

public final void setClipExtraContent(boolean value)

Gets or sets is clip extra content.

Parameters:

ParameterTypeDescription
valuebooleanboolean value

getParagraphs()

public final Paragraphs getParagraphs()

Gets or sets the end note paragraphs.

Returns: Paragraphs - Paragraphs instance

setParagraphs(Paragraphs value)

public final void setParagraphs(Paragraphs value)

Gets or sets the end note paragraphs.

Parameters:

ParameterTypeDescription
valueParagraphsParagraphs instance

getMargin()

public MarginInfo getMargin()

Gets the margin info.

Returns: MarginInfo - MarginInfo value

setMargin(MarginInfo value)

public void setMargin(MarginInfo value)

Sets the margin info.

Parameters:

ParameterTypeDescription
valueMarginInfoMarginInfo value

deepClone()

public Object deepClone()

Clones a new object.

Returns: java.lang.Object - The new object.