public final class HeaderFooter extends Object implements com.aspose.ms.System.ICloneable
Class represents header or footer pdf page.
Constructor and Description |
---|
HeaderFooter() |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clones a new object.
|
MarginInfo |
getMargin()
Gets the margin info.
|
Paragraphs |
getParagraphs()
Gets the paragraphs.
|
void |
setMargin(MarginInfo value)
Sets the margin info.
|
void |
setParagraphs(Paragraphs value)
Sets the paragraphs.
|
public Paragraphs getParagraphs()
Gets the paragraphs.
public void setParagraphs(Paragraphs value)
Sets the paragraphs.
value
- Paragraphs valuepublic 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