Search
PrintOptions.setHeaderFormat Method
See Also
 

Sets the page header format string.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setHeaderFormat (
    String value
)

 Parameters

value

A String containing formatting attributes for the page headers.

 Remarks

The header format string can contain fixed text and format specifiers. Currently, there are three format specifiers supported:

  • %D is a placeholder for the document title;
  • %P is a placeholder for the page number;
  • %T is a placeholder for the total number of pages;

 See Also