Enum HeaderFooterType
The enum defines valid values for production header and footer types.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum HeaderFooterType
Fields
Name | Description |
---|---|
AdvancedFormatting | Uses advanced formatting using a subset of HTML and Liquid template syntax. |
DocumentIdentifierAndPageNumber | Uses the document identifier with the page number appended to it. This option sets the first page number to 1 even when the document contains only a single page. The following pages are numbered incrementally. The page number is padded with up to four digits. |
Field | Uses the value in the selected document field for branding on each image created for a document. |
FreeText | Uses any combination of text, tokens, and carriage returns that you define. However, Relativity doesn't support multi-reflected, multi-object, relational, file, user, and system fields for branding. You can use carriage returns to position the header or the footer closer to the top and bottom margins respectively. |
None | None. |
OriginalImageNumber | Uses the original page ID assigned by Relativity. |
ProductionBatesNumber | Uses the Bates number associated with each document page. Available for page-level numbering only. |
Unknown | Someone made a different choice in the environment, and we're not able to map it back to an enum. |