Library | Package Java Toolkit

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



Method Summary
StringGetFilePath ()
    Get method for attribute "FilePath"
    The name of the output file.
/*optional*/ PDFOptionsGetOptions ()
    Get method for attribute "Options"
    The PDF export options. If null, the default values are used.
/*optional*/ StringGetProfilePath ()
    Get method for attribute "ProfilePath"
     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)
voidSetFilePath (String value)
    Set method for attribute "FilePath"
    The name of the output file.
voidSetOptions ( /*optional*/ PDFOptions value)
    Set method for attribute "Options"
    The PDF export options. If null, the default values are used.
voidSetProfilePath ( /*optional*/ String value)
    Set method for attribute "ProfilePath"
     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)

Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions
GetFileType

Method Detail

GetFilePath/SetFilePath

StringGetFilePath ()
voidSetFilePath (String value)


    The name of the output file.
Manual References:
Interface: Exporting to PDF and U3D, Interface: Exporting to PDF and U3D, Interface: Exporting to PDF and U3D



GetProfilePath/SetProfilePath

/*optional*/ StringGetProfilePath ()
voidSetProfilePath ( /*optional*/ 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)
Manual References:
Interface: Exporting to PDF and U3D, Interface: Exporting to PDF and U3D, Interface: Exporting to PDF and U3D



GetOptions/SetOptions

/*optional*/ PDFOptionsGetOptions ()
voidSetOptions ( /*optional*/ PDFOptions value)


    The PDF export options. If null, the default values are used.
Manual References:
Interface: Exporting to PDF and U3D, Interface: Exporting to PDF and U3D, Interface: Exporting to PDF and U3D