HeaderFooter
Contents
[
Hide
]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
Constructor | Description |
---|---|
HeaderFooter() | Default ctor |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | boolean | boolean 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:
Parameter | Type | Description |
---|---|---|
value | Paragraphs | Paragraphs 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:
Parameter | Type | Description |
---|---|---|
value | MarginInfo | MarginInfo value |
deepClone()
public Object deepClone()
Clones a new object.
Returns: java.lang.Object - The new object.