pdffileinfo-ag凯发旗舰厅



com.spire.pdf
class pdffileinfo

java.lang.object
  extended by com.spire.pdf.pdffileinfo

public class pdffileinfo
extends java.lang.object

this class represents a set of the properties that define the internal structure of pdf file.


constructor summary
pdffileinfo()
          initializes a new instance of the class.
 
method summary
 pdfcrossreferencetype getcrossreferencetype()
          gets the type of pdf cross-reference.
 boolean getincrementalupdate()
          gets a value indicating whether [incremental update].
 boolean gettaggedpdf()
          gets the value indicating whether the pdf document is tagged one or not.
 pdfversion getversion()
          gets the version of the pdf document.
 void setcrossreferencetype(pdfcrossreferencetype value)
          sets the type of pdf cross-reference.
 void setdocumentbase(pdfdocumentbase value)
          pdf document object
 void setincrementalupdate(boolean value)
          sets a value indicating whether [incremental update].
 void settaggedpdf(boolean value)
          sets the value indicating whether the pdf document is tagged one or not.
 void setversion(pdfversion value)
          sets the version of the pdf document.
 
constructor detail

pdffileinfo

public pdffileinfo()
initializes a new instance of the class.
method detail

setdocumentbase

public void setdocumentbase(pdfdocumentbase value)
pdf document object

getversion

public pdfversion getversion()
gets the version of the pdf document.

setversion

public void setversion(pdfversion value)
sets the version of the pdf document.
parameters:
value - the document version.

getincrementalupdate

public boolean getincrementalupdate()
gets a value indicating whether [incremental update].

setincrementalupdate

public void setincrementalupdate(boolean value)
sets a value indicating whether [incremental update].
parameters:
value -

getcrossreferencetype

public pdfcrossreferencetype getcrossreferencetype()
gets the type of pdf cross-reference.
see also:
please see the description of for more details.

setcrossreferencetype

public void setcrossreferencetype(pdfcrossreferencetype value)
sets the type of pdf cross-reference.
parameters:
value -

gettaggedpdf

public boolean gettaggedpdf()
gets the value indicating whether the pdf document is tagged one or not.

settaggedpdf

public void settaggedpdf(boolean value)
sets the value indicating whether the pdf document is tagged one or not.
parameters:
value - if true pdf document is tagged, otherwise false.


网站地图