Class HeaderFooter
Represents the information on the headers and footers of produced pages.
Inheritance
System.Object
    HeaderFooter
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class HeaderFooterProperties
| Improve this Doc View SourceAdvancedFormatting
Gets or sets if the header/footer is of type advanced formatting, then this property specifies the advanced formatting.
Declaration
public string AdvancedFormatting { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Field
Gets or sets a value if the the header/footer is of type field, then this property specifies the document field to be used.
Declaration
public NamedArtifact Field { get; set; }Property Value
| Type | Description | 
|---|---|
| NamedArtifact | 
FreeText
Gets or sets if the header/footer is of type free text, then this property specifies the text.
Declaration
public string FreeText { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
FriendlyName
Gets or sets a value of a descriptive name of the header or footer object.
Declaration
public string FriendlyName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Type
Gets or sets the header/footer type.
Declaration
public HeaderFooterType Type { get; set; }Property Value
| Type | Description | 
|---|---|
| HeaderFooterType |