Library | Package Java Toolkit

Interface PDFOption

package com.ptc.pfc.pfcExport;

public interface PDFOption
  extends jxobject



Description

This interface is used to define the options for the PDF file.
See Also:
PDFOptionType



Method Summary
/*optional*/ PDFOptionTypeGetOptionType ()
    Get method for attribute "OptionType"
    Type of option.
/*optional*/ ArgValueGetOptionValue ()
    Get method for attribute "OptionValue"
    Value of option.
voidSetOptionType ( /*optional*/ PDFOptionType value)
    Set method for attribute "OptionType"
    Type of option.
voidSetOptionValue ( /*optional*/ ArgValue value)
    Set method for attribute "OptionValue"
    Value of option.

Method Detail

GetOptionValue/SetOptionValue

/*optional*/ ArgValueGetOptionValue ()
voidSetOptionValue ( /*optional*/ ArgValue value)


    Value of option.
Manual References:
Interface: Exporting to PDF and U3D



GetOptionType/SetOptionType

/*optional*/ PDFOptionTypeGetOptionType ()
voidSetOptionType ( /*optional*/ PDFOptionType value)


    Type of option.
Manual References:
Interface: Exporting to PDF and U3D, Interface: Exporting to PDF and U3D