FullName property

This property returns the name of the document, including it's path and name. For example, on Microsoft® Windows® , the format is D:\\test.odt . On Linux®, the format is /home/me/test.odt.

Defined in

Document

Data type

String

Syntax

public String getFullName()

See examples

Example: FullName property