このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Interface XDocumentProperties
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.16

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: 文書 ::

interface XDocumentProperties
Description
供給するs 文書-明確な/細部 (警察などへの)密告,告訴(状) such as the author, 創造 date, and 使用者-defined fields.

This interface manages 接近 to 文書 meta-data 所有物/資産/財産s. Such 所有物/資産/財産s may be 始める,決める from the outside 経由で the setter methods (e.g. when 輸入するing 独断的な 文書 判型s that support 文書 所有物/資産/財産s), or 輸入するd from an ODF 一括 経由で the methods loadFromStorage and loadFromMedium. The 所有物/資産/財産s may also be 蓄える/店d 経由で the methods storeToStorage and storeToMedium.

Since
OOo 3.0
See also
XDocumentPropertiesSupplier
for getting 接近 to an instance from a 負担d 文書
See also
DocumentProperties
for a service that 器具/実施するs this interface

Methods' 要約
resetUserData resets all せいにするs that could identify the 使用者.  
getUserDefinedProperties 供給するs 接近 to a コンテナ for 使用者-defined 所有物/資産/財産s.  
loadFromStorage 負担s 文書 所有物/資産/財産s from an ODF 一括.  
loadFromMedium 負担s 文書 所有物/資産/財産s from an ODF 一括 or an OLE コンテナ.  
storeToStorage 蓄える/店s 文書 所有物/資産/財産s to an ODF 一括.  
storeToMedium 蓄える/店s 文書 所有物/資産/財産s to an ODF 一括 or an OLE コンテナ.  
せいにするs' 要約
Author 含む/封じ込めるs the 初期の author of the 文書.  
発生させる人(物) identifies which 使用/適用 was used to create or last 修正する the 文書.  
CreationDate 含む/封じ込めるs the date and time when the 文書 was created.  
肩書を与える 含む/封じ込めるs the 肩書を与える of the 文書.  
支配する 含む/封じ込めるs the 支配する of the 文書.  
Description 含む/封じ込めるs a multi-line comment 述べるing the 文書.  
Keywords 含む/封じ込めるs a 名簿(に載せる)/表(にあげる) of keywords for the 文書.  
Language 含む/封じ込めるs the default language of the 文書.  
ModifiedBy 含む/封じ込めるs the 指名する of the person who most recently 蓄える/店d the 文書.  
ModificationDate 含む/封じ込めるs the date and time of the last time the 文書 was 蓄える/店d.  
PrintedBy 含む/封じ込めるs the 指名する of the person who most recently printed the 文書.  
PrintDate 含む/封じ込めるs the date and time when the 文書 was last printed.  
TemplateName 含む/封じ込めるs the 指名する of the template from which the 文書 was created.  
TemplateURL 含む/封じ込めるs the URL of the template from which the 文書 was created.  
TemplateDate 含む/封じ込めるs the date and time of when the 文書 was created or updated from the template.  
AutoloadURL 含む/封じ込めるs the URL to 負担 automatically at a 明示するd time after the 文書 is 負担d into a desktop でっちあげる,人を罪に陥れる.  
AutoloadSecs 含む/封じ込めるs the number of seconds after which a 明示するd URL is to be 負担d after the 文書 is 負担d into a desktop でっちあげる,人を罪に陥れる.  
DefaultTarget 含む/封じ込めるs the 指名する of the default でっちあげる,人を罪に陥れる into which links should be 負担d if no 的 is 明示するd.  
DocumentStatistics 含む/封じ込めるs some 統計(学) about the 文書.  
EditingCycles 述べるs how often the 文書 was edited and saved.  
EditingDuration 含む/封じ込めるs the 逮捕する time of editing the 文書 (in seconds).  
Methods' 詳細(に述べる)s
resetUserData
無効の
resetUserData( [in] string  Author );

Description
resets all せいにするs that could identify the 使用者.

(疑いを)晴らすs the 文書 所有物/資産/財産s, such that it apperars the 文書 has just been created. This is a convenience method which resets several せいにするs at once, as follows:

Parameter Author
the new value of the Author せいにする.

getUserDefinedProperties
::com::sun::星/主役にする::beans::XPropertyContainer
getUserDefinedProperties();

Description
供給するs 接近 to a コンテナ for 使用者-defined 所有物/資産/財産s.

The returned 反対する also 器具/実施するs the interface com::sun::星/主役にする::beans::XPropertySet.

Returns
a コンテナ that 供給するs 接近 to 使用者-defined 所有物/資産/財産s
loadFromStorage
無効の
loadFromStorage( [in] ::com::sun::星/主役にする::embed::XStorage  貯蔵,
[in] sequence< ::com::sun::星/主役にする::beans::PropertyValue >  Medium )
raises( ::com::sun::星/主役にする::lang::IllegalArgumentException,
::com::sun::星/主役にする::io::WrongFormatException,
::com::sun::星/主役にする::lang::WrappedTargetException,
::com::sun::星/主役にする::io::IOException );

Description
負担s 文書 所有物/資産/財産s from an ODF 一括.

This method is used for 接近ing an ODF 一括 that is owned by someone else, e.g., a 文書.

Parameter 貯蔵
the com::sun::星/主役にする::embed::貯蔵 代表するing the ODF 一括
Parameter Medium
the com::sun::星/主役にする::文書::MediaDescriptor 代表するing the source

This is unfortunately necessary ーするために 適切に 解決する 親族 URLs in the meta-data.

Throws
com::sun::星/主役にする::lang::IllegalArgumentException if argument is NULL
Throws
com::sun::星/主役にする::io::WrongFormatException if parsing the XML 文書 fails
Throws
com::sun::星/主役にする::lang::WrappedTargetException if thrown when trying to open a stream in the given 貯蔵
Throws
com::sun::星/主役にする::io::IOException if thrown when trying to open a stream in the given 貯蔵
loadFromMedium
無効の
loadFromMedium( [in] string  URL,
[in] sequence< ::com::sun::星/主役にする::beans::PropertyValue >  Medium )
raises( ::com::sun::星/主役にする::io::WrongFormatException,
::com::sun::星/主役にする::lang::WrappedTargetException,
::com::sun::星/主役にする::io::IOException );

Description
負担s 文書 所有物/資産/財産s from an ODF 一括 or an OLE コンテナ.
Parameter URL
the URL of the source 文書

The URL could be part of the Medium parameter, but because often no other parameters except the URL are needed, 供給するing it 分かれて was 追加するd for convenience.

Parameter Medium
the com::sun::星/主役にする::文書::MediaDescriptor 代表するing the source
Throws
com::sun::星/主役にする::io::WrongFormatException if parsing the XML 文書 fails
Throws
com::sun::星/主役にする::lang::WrappedTargetException if thrown when trying to open a stream in the given 貯蔵
Throws
com::sun::星/主役にする::io::IOException if thrown when trying to open a stream in the given 貯蔵
storeToStorage
無効の
storeToStorage( [in] ::com::sun::星/主役にする::embed::XStorage  貯蔵,
[in] sequence< ::com::sun::星/主役にする::beans::PropertyValue >  Medium )
raises( ::com::sun::星/主役にする::lang::IllegalArgumentException,
::com::sun::星/主役にする::lang::WrappedTargetException,
::com::sun::星/主役にする::io::IOException );

Description
蓄える/店s 文書 所有物/資産/財産s to an ODF 一括.

This method is used for 接近ing an ODF 一括 that is owned by someone else, e.g., a 文書. 公式文書,認める that the 実施 may choose to 蓄える/店 the meta-data in either OOo or ODF 判型, depending on the MediaType 所有物/資産/財産 of the given ::貯蔵 argument.

Parameter 貯蔵
the com::sun::星/主役にする::embed::貯蔵 代表するing the ODF 一括
Parameter Medium
the com::sun::星/主役にする::文書::MediaDescriptor 代表するing the source

This is unfortunately necessary ーするために 適切に 解決する 親族 URLs in the meta-data.

Throws
com::sun::星/主役にする::lang::IllegalArgumentException if argument is NULL
Throws
com::sun::星/主役にする::lang::WrappedTargetException if thrown when trying to open a stream in the given 貯蔵
Throws
com::sun::星/主役にする::io::IOException if thrown when 令状ing to the 貯蔵
storeToMedium
無効の
storeToMedium( [in] string  URL,
[in] sequence< ::com::sun::星/主役にする::beans::PropertyValue >  Medium )
raises( ::com::sun::星/主役にする::lang::WrappedTargetException,
::com::sun::星/主役にする::io::IOException );

Description
蓄える/店s 文書 所有物/資産/財産s to an ODF 一括 or an OLE コンテナ.
Parameter URL
the URL of the 的 文書

The URL could be part of the Medium parameter, but because often no other parameters except the URL are needed, 供給するing it 分かれて was 追加するd for convenience.

Parameter Medium
the com::sun::星/主役にする::文書::MediaDescriptor 代表するing the 的
Throws
com::sun::星/主役にする::lang::WrappedTargetException if thrown when trying to open a stream in the given 貯蔵
Throws
com::sun::星/主役にする::io::IOException if thrown when 令状ing to the 貯蔵
せいにするs' 詳細(に述べる)s
Author
string Author;
Description
含む/封じ込めるs the 初期の author of the 文書.
発生させる人(物)
string 発生させる人(物);
Description
identifies which 使用/適用 was used to create or last 修正する the 文書.

The 生成するing 使用/適用 will 始める,決める this せいにする when it creates a new 文書 or it saves a 文書. When a 文書 is 負担d that itself 含む/封じ込めるs such an せいにする it will be 保存するd until the 文書 is saved again.

CreationDate
::com::sun::星/主役にする::util::DateTime CreationDate;
Description
含む/封じ込めるs the date and time when the 文書 was created.
肩書を与える
string 肩書を与える;
Description
含む/封じ込めるs the 肩書を与える of the 文書.
支配する
string 支配する;
Description
含む/封じ込めるs the 支配する of the 文書.
Description
string Description;
Description
含む/封じ込めるs a multi-line comment 述べるing the 文書.

Line delimiters can be UNIX, Macintosh or DOS style.

Keywords
sequence< string > Keywords;
Description
含む/封じ込めるs a 名簿(に載せる)/表(にあげる) of keywords for the 文書.
Language
::com::sun::星/主役にする::lang::地元の Language;
Description
含む/封じ込めるs the default language of the 文書.
ModifiedBy
string ModifiedBy;
Description
含む/封じ込めるs the 指名する of the person who most recently 蓄える/店d the 文書.
ModificationDate
::com::sun::星/主役にする::util::DateTime ModificationDate;
Description
含む/封じ込めるs the date and time of the last time the 文書 was 蓄える/店d.

If the 文書 has never been 蓄える/店d, 含む/封じ込めるs a default value.

PrintedBy
string PrintedBy;
Description
含む/封じ込めるs the 指名する of the person who most recently printed the 文書.
PrintDate
::com::sun::星/主役にする::util::DateTime PrintDate;
Description
含む/封じ込めるs the date and time when the 文書 was last printed.

If the 文書 has never been printed, 含む/封じ込めるs a default value.

TemplateName
string TemplateName;
Description
含む/封じ込めるs the 指名する of the template from which the 文書 was created.

The value is an empty string if the 文書 was not created from a template or if it was detached from the template.

TemplateURL
string TemplateURL;
Description
含む/封じ込めるs the URL of the template from which the 文書 was created.

The value is an empty string if the 文書 was not created from a template or if it was detached from the template.

TemplateDate
::com::sun::星/主役にする::util::DateTime TemplateDate;
Description
含む/封じ込めるs the date and time of when the 文書 was created or updated from the template.
AutoloadURL
string AutoloadURL;
Description
含む/封じ込めるs the URL to 負担 automatically at a 明示するd time after the 文書 is 負担d into a desktop でっちあげる,人を罪に陥れる.

An empty URL is valid and 述べるs a 事例/患者 where the 文書 shall be reloaded from its 初めの loction after some time 述べるd by the せいにする AutoloadSecs. An empty string together with an AutoloadSecs value of 0 述べるs a 事例/患者 where no autoload is 明示するd.

See also
AutoloadSecs
AutoloadSecs
long AutoloadSecs
始める,決める raises (::com::sun::星/主役にする::lang::IllegalArgumentException);

Description
含む/封じ込めるs the number of seconds after which a 明示するd URL is to be 負担d after the 文書 is 負担d into a desktop でっちあげる,人を罪に陥れる.

A value of 0 is valid and 述べるs a redirection. A value of 0 together with an empty string as AutoloadURL 述べるs a 事例/患者 where no autoload is 明示するd.

Throws
com::sun::星/主役にする::lang::IllegalArgumentException if argument is 消極的な
See also
AutoloadURL
DefaultTarget
string DefaultTarget;
Description
含む/封じ込めるs the 指名する of the default でっちあげる,人を罪に陥れる into which links should be 負担d if no 的 is 明示するd.

This 適用するs to the autoload feature too, but to others 同様に.

DocumentStatistics
sequence< ::com::sun::星/主役にする::beans::NamedValue > DocumentStatistics;
Description
含む/封じ込めるs some 統計(学) about the 文書.

The 含む/封じ込めるd 統計(学) may be 明確な/細部 to the type of the 文書.

EditingCycles
short EditingCycles
始める,決める raises (::com::sun::星/主役にする::lang::IllegalArgumentException);

Description
述べるs how often the 文書 was edited and saved.

Throws
com::sun::星/主役にする::lang::IllegalArgumentException if argument is 消極的な
EditingDuration
long EditingDuration
始める,決める raises (::com::sun::星/主役にする::lang::IllegalArgumentException);

Description
含む/封じ込めるs the 逮捕する time of editing the 文書 (in seconds).

Throws
com::sun::星/主役にする::lang::IllegalArgumentException if argument is 消極的な
最高の,を越す of Page

The ASF

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The ASF logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.