Show / Hide Table of Contents

Class ProductionFooters

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

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

Properties

| Improve this Doc View Source

CenterFooter

Gets or sets center footer on a produced page.

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

LeftFooter

Gets or sets Left footer on a produced page.

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

RightFooter

Gets or sets right footer on a produced page.

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