JAVA/CORBA CLASSES


OutputDOCTYPE property
Example

Read-write. Indicates whether a !DOCTYPE statement is exported.

Defined in

DxlExporter

Data type

String

Syntax

public String getOutputDOCTYPE()
   throws NotesException

public void setOutputDOCTYPE(String system)
   throws NotesException

Legal values


Usage

The !DOCTYPE statement depends on the output and is typically one of the following:


You can change or suppress the SYSTEM clause with DoctypeSYSTEM.

Language cross-reference

OutputDOCTYPE property in LotusScript NotesDXLExporter class

Example
See Also