public final class DocumentPart
extends com.aspose.ms.System.Enum
Define Document Part type.
Modifier and Type | Field and Description |
---|---|
static int |
Body
Document Body section.
|
static int |
FooterEven
Footer for even numbered pages.
|
static int |
FooterFirst
Footer for the first page of the section.
|
static int |
FooterPrimary
Primary footer, also used for odd numbered pages.
|
static int |
HeaderEven
Header for even numbered pages.
|
static int |
HeaderFirst
Header for the first page of the section.
|
static int |
HeaderPrimary
Primary header, also used for odd numbered pages.
|
public static final int Body
Document Body section.
public static final int FooterEven
Footer for even numbered pages.
public static final int FooterFirst
Footer for the first page of the section.
public static final int FooterPrimary
Primary footer, also used for odd numbered pages.
public static final int HeaderEven
Header for even numbered pages.
public static final int HeaderFirst
Header for the first page of the section.
public static final int HeaderPrimary
Primary header, also used for odd numbered pages.
Copyright © 2019. All rights reserved.