DiagramHeaderFooter

DiagramHeaderFooter class

Represents a header/footer in a Visio document.

public class DiagramHeaderFooter

Properties

Name Description
Font { get; } Gets the font used for header and footer text.
FooterCenter { get; set; } Gets or sets the text string that appears in the center portion of document footer.
FooterLeft { get; set; } Gets or sets the text string that appears in the left portion of document footer.
FooterMargin { get; set; } Gets or sets the margin of document header.
FooterRight { get; set; } Gets or sets the text string that appears in the right portion of document footer.
HeaderCenter { get; set; } Gets or sets the text string that appears in the center portion of document header.
HeaderLeft { get; set; } Gets or sets the text string that appears in the left portion of document header.
HeaderMargin { get; set; } Gets or sets the margin of document header.
HeaderRight { get; set; } Gets or sets the text string that appears in the right portion of document header.
TextColor { get; set; } Gets or sets the text color for header and footer.

See Also