Show / Hide Table of Contents

Class ProductionHeaders

Represents the set of headers on produced page. You can add a left header, a right header, and a center header.

Inheritance
System.Object
ProductionHeaders
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 ProductionHeaders

Properties

| Improve this Doc View Source

CenterHeader

Gets or sets center header on a produced page.

Declaration
public HeaderFooter CenterHeader { get; set; }
Property Value
Type Description
HeaderFooter
| Improve this Doc View Source

LeftHeader

Gets or sets left header on a produced page.

Declaration
public HeaderFooter LeftHeader { get; set; }
Property Value
Type Description
HeaderFooter
| Improve this Doc View Source

RightHeader

Gets or sets right header on a produced page.

Declaration
public HeaderFooter RightHeader { get; set; }
Property Value
Type Description
HeaderFooter
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX