API Documentation > Interfaces > Interface PDFExportInstructions
Interface PDFExportInstructions

package com.ptc.pfc.pfcExport;

public interface
PDFExportInstructions
extends
com.ptc.pfc.pfcModel.ExportInstructions


Description
This interface is used to export a model to a PDF file. The model must be displayed in window
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions :
Method Summary
String
Get method for attribute "FilePath"
The name of the output file.
/*cipOptional*/ PDFOptions
Get method for attribute "Options"
The PDF export options. Ifnull, the default values are used.
/*cipOptional*/ String
Get method for attribute "ProfilePath"
The Profile path. Can benull Currently used only for drawingsIf you specify non null Profile path the PDF export options will be ignored on call to Model.Export(String, ExportInstructions)
void
SetFilePath (String value)
Set method for attribute "FilePath"
The name of the output file.
void
SetOptions ( /*cipOptional*/ PDFOptions value)
Set method for attribute "Options"
The PDF export options. Ifnull, the default values are used.
void
SetProfilePath ( /*cipOptional*/ String value)
Set method for attribute "ProfilePath"
The Profile path. Can benull Currently used only for drawingsIf you specify non null Profile path the PDF export options will be ignored on call to Model.Export(String, ExportInstructions)
Method Detail
GetFilePath
String
GetFilePath
()
SetFilePath
void
SetFilePath
(String value)
The name of the output file.
User Guide References:
GetProfilePath
/*cipOptional*/ String
GetProfilePath
()
SetProfilePath
void
SetProfilePath
( /*cipOptional*/ String value)
The Profile path. Can be null Currently used only for drawings If you specify non null Profile path the PDF export options will be ignored on call to Model.Export(String, ExportInstructions)
User Guide References:
GetOptions
/*cipOptional*/ PDFOptions
GetOptions
()
SetOptions
void
SetOptions
( /*cipOptional*/ PDFOptions value)
The PDF export options. If null, the default values are used.
User Guide References:
Was this helpful?