Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:canhaveexternalresources [2023/04/04 07:33] – removed - external edit (Unknown date) 127.0.0.1pr_methods:canhaveexternalresources [2023/05/08 06:47] (current) sean
Line 1: Line 1:
 +{{tag>Index Programmers_Reference, Methods IDOCEngineClient_Interface canhaveexternalresources}}
  
 +====canHaveExternalResources ()====
 +<code java>public boolean canHaveExternalResources () </code>
 +
 +This method must return true if documents of the new type can have resources that are stored outside of the document file itself – for example, HTML documents can have image files stored separately whereas MS Word documents are self-contained.
 +
 +===Parameters===
 +none
 +
 +===Returns===
 +true if a document can have resources stored outside of the document file or false otherwise.