Exemple #1
0
        ///
        ///	 <summary> * Appends new FileSpec(FinalTargetDevice) element to the end of 'this'
        ///	 *  </summary>
        ///	 * <returns> JDFFileSpec newly created child FileSpec(FinalTargetDevice)
        ///	 *         element </returns>
        ///
        public virtual JDFFileSpec appendFinalTargetDevice()
        {
            JDFFileSpec res = appendFileSpec();

            res.setResourceUsage("FinalTargetDevice");
            return(res);
        }
        ///
        ///	 <summary> * Appends new FileSpec(WorkingColorSpace) element to the end of 'this'
        ///	 *  </summary>
        ///	 * <returns> JDFFileSpec: newly created child WorkingColorSpace element </returns>
        ///
        public virtual JDFFileSpec appendWorkingColorSpace()
        {
            JDFFileSpec res = appendFileSpec();

            res.setResourceUsage("WorkingColorSpace");

            return(res);
        }
        ///
        ///	 <summary> * Appends new FileSpec(DeviceLinkProfile) element to the end of 'this'
        ///	 *  </summary>
        ///	 * <returns> JDFFileSpec newly created child DeviceLinkProfile element </returns>
        ///
        public virtual JDFFileSpec appendDeviceLinkProfile()
        {
            JDFFileSpec res = appendFileSpec();

            res.setResourceUsage("DeviceLinkProfile");

            return(res);
        }
        public virtual JDFFileSpec appendSearchPath()
        {
            JDFFileSpec res = appendFileSpec();

            res.setResourceUsage("SearchPath");

            return(res);
        }
        ///
        ///	 <summary> * Appends new FileSpec(AbstractProfile) element to the end of 'this'
        ///	 *  </summary>
        ///	 * <returns> JDFFileSpec newly created child AbstractProfile element </returns>
        ///
        public virtual JDFFileSpec appendAbstractProfile()
        {
            JDFFileSpec res = appendFileSpec();

            res.setResourceUsage("AbstractProfile");

            return(res);
        }