public final class HeaderFooter extends Object implements com.aspose.ms.System.ICloneable
Class represents header or footer pdf page.
Constructor and Description |
---|
HeaderFooter()
Default ctor
|
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clones a new object.
|
MarginInfo |
getMargin()
Gets the margin info.
|
Paragraphs |
getParagraphs()
Gets or sets the end note paragraphs.
|
boolean |
isClipExtraContent()
Gets or sets is clip extra content.
|
void |
setClipExtraContent(boolean value)
Gets or sets is clip extra content.
|
void |
setMargin(MarginInfo value)
Sets the margin info.
|
void |
setParagraphs(Paragraphs value)
Gets or sets the end note paragraphs.
|
public final boolean isClipExtraContent()
Gets or sets is clip extra content.
public final void setClipExtraContent(boolean value)
Gets or sets is clip extra content.
value
- boolean valuepublic final Paragraphs getParagraphs()
Gets or sets the end note paragraphs.
public final void setParagraphs(Paragraphs value)
Gets or sets the end note paragraphs.
value
- Paragraphs instancepublic MarginInfo getMargin()
Gets the margin info.
public void setMargin(MarginInfo value)
Sets the margin info.
value
- MarginInfo valuepublic Object deepClone()
Clones a new object.
deepClone
in interface com.aspose.ms.System.ICloneable