Differences
This shows you the differences between two versions of the page.
| 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.1 | pr_methods:canhaveexternalresources [2023/05/08 06:47] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ====canHaveExternalResources ()==== | ||
| + | <code java> | ||
| + | |||
| + | 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. | ||