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
MarginInfo object. |
MarginInfo |
getMargin()
Gets or sets the margin info.
|
Paragraphs |
getParagraphs()
Gets the paragraphs.
|
void |
setMargin(MarginInfo value) |
void |
setParagraphs(Paragraphs value)
Sets the paragraphs.
|
public Paragraphs getParagraphs()
Gets the paragraphs.
public void setParagraphs(Paragraphs value)
Sets the paragraphs.
public MarginInfo getMargin()
Gets or sets the margin info.
public void setMargin(MarginInfo value)
public Object deepClone()
Clones a new MarginInfo
object.
deepClone
in interface com.aspose.ms.System.ICloneable
Copyright © 2017 Aspose. All Rights Reserved.