GlobalFormattingOptions

Inheritance: java.lang.Object

public class GlobalFormattingOptions

Class that allow to set some formatting options for all newly created instances of this options.

Constructors

ConstructorDescription
GlobalFormattingOptions()

Methods

MethodDescription
equals(Object arg0)
getAfterHeadersFormat()AfterHeadersFormat for instances of HeadersFormattingOptions if AfterHeadersFormat is not set.
getBeforeHeadersFormat()BeforeHeadersFormat for instances of HeadersFormattingOptions if BeforeHeadersFormat is not set.
getClass()
getHeaderFormat()HeaderFormat for instances of HeadersFormattingOptions if DefaultHeaderFormat is not set.
getPageHeaderFormat()PageHeaderFormat for instances of HeadersFormattingOptions if DefaultPageHeaderFormat is not set.
hashCode()
notify()
notifyAll()
setAfterHeadersFormat(String value)AfterHeadersFormat for instances of HeadersFormattingOptions if AfterHeadersFormat is not set.
setBeforeHeadersFormat(String value)BeforeHeadersFormat for instances of HeadersFormattingOptions if BeforeHeadersFormat is not set.
setHeaderFormat(String value)HeaderFormat for instances of HeadersFormattingOptions if DefaultHeaderFormat is not set.
setPageHeaderFormat(String value)PageHeaderFormat for instances of HeadersFormattingOptions if DefaultPageHeaderFormat is not set.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GlobalFormattingOptions()

public GlobalFormattingOptions()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAfterHeadersFormat()

public static String getAfterHeadersFormat()

AfterHeadersFormat for instances of HeadersFormattingOptions if AfterHeadersFormat is not set.

Returns: java.lang.String

getBeforeHeadersFormat()

public static String getBeforeHeadersFormat()

BeforeHeadersFormat for instances of HeadersFormattingOptions if BeforeHeadersFormat is not set.

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getHeaderFormat()

public static String getHeaderFormat()

HeaderFormat for instances of HeadersFormattingOptions if DefaultHeaderFormat is not set.

Returns: java.lang.String

getPageHeaderFormat()

public static String getPageHeaderFormat()

PageHeaderFormat for instances of HeadersFormattingOptions if DefaultPageHeaderFormat is not set.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAfterHeadersFormat(String value)

public static void setAfterHeadersFormat(String value)

AfterHeadersFormat for instances of HeadersFormattingOptions if AfterHeadersFormat is not set.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setBeforeHeadersFormat(String value)

public static void setBeforeHeadersFormat(String value)

BeforeHeadersFormat for instances of HeadersFormattingOptions if BeforeHeadersFormat is not set.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setHeaderFormat(String value)

public static void setHeaderFormat(String value)

HeaderFormat for instances of HeadersFormattingOptions if DefaultHeaderFormat is not set.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setPageHeaderFormat(String value)

public static void setPageHeaderFormat(String value)

PageHeaderFormat for instances of HeadersFormattingOptions if DefaultPageHeaderFormat is not set.

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int