AutoUpdateInterval |
long |
contains the interval for automatic updates of an object.
It is specified in seconds.
|
ConnectionLimit |
short |
contains the maximum number of network connections
allowed for one (internet) protocol at a time. (e.g. The HTTP
cache can be configured to use a maximum for the number of
connections used for browsing.)
|
ConnectionMode |
short |
contains the current connection mode for the object.
(see ConnectionMode)
|
CreatableContentsInfo |
sequence ContentInfo |
contains the types of Contents a Content object can create via
command "createNewContent".
If the property value can be a non-empty sequence, the
Content must also support command "createNewContent".
Note: This property is part of the replacement for the deprecated
interface XContentCreator.
|
DateCreated |
::com::sun::star::util::DateTime |
contains the date and time the object was created. |
DateModified |
::com::sun::star::util::DateTime |
contains the date and time the object was last modified. |
DocumentCount |
long |
contains the count of documents of a folder. |
DocumentCountMarked |
long |
contains the count of marked documents within a folder. |
DocumentHeader |
sequence< DocumentHeaderField > |
contains a sequence of documemt header fields (i.e. header
fields of a MIME-message, or the document info of an
office document ). For some standard header fields there
are predefined separate properties, like "MessageTo".
|
DocumentStoreMode |
DocumentStoreMode |
contains information about the way a folder stores the
contents of (remote) documents.
|
FolderCount |
long |
contains the count of subfolders of a folder. |
FreeSpace |
hyper |
contains the free space left on a storage device. It is
specified in bytes. |
HasDocuments |
boolean |
indicates whether a content has subcontents, which are documents. |
HasFolders |
boolean |
indicates whether a content has subcontents, which are folders. |
IsMarked |
boolean |
indicates whether a content is "marked". |
IsRead |
boolean |
indicates whether a content has been "read". |
IsReadOnly |
boolean |
indicates whether a content is read-only. |
IsSubscribed |
boolean |
indicates whether a content is subscribed. |
IsTimeLimitedStore |
boolean |
indicates whether the feature to store contents
depending on their age is active. |
UpdateOnOpen |
boolean |
indicates whether (sub)contents shall be automatically updated
everytime a (folder) content is opened.This property may be
used to control whether a folder content should read data only
from local cache when it is opened, or whether it should connect
to a server to obtain latest data. |
Keywords |
string |
contains the keywords of a document (e.g. the value
of the "keywords" header field of a news article). |
MediaType |
string |
contains the media type ( MIME type ) of a content. It is highly
recommended to support this property if the content's implementation
can obtain the media type natively from its data source ( i.e.
HTTP servers provide media types for all their documents ).
|
MessageBCC |
string |
contains the BCC (blind carbon copy) receiver(s) of a message. |
MessageCC |
string |
contains the CC (carbon copy) receiver(s) of a message. |
MessageFrom |
string |
contains (the address of) the sender of a message. |
MessageId |
string |
contains the ID of a message. |
MessageInReplyTo |
string |
contains the "In-Reply-To" field of a message. |
MessageReplyTo |
string |
contains the "Reply-To" field of a message. |
MessageTo |
string |
contains the recipient(s) of a message. |
NewsGroups |
string |
contains the name(s) of the newsgroup(s) into which a message was posted. |
Password |
string |
contains a password (e.g. needed to access a POP3-Server). |
Priority |
Priority |
contains a priority (i.e. of a message). |
References |
string |
contains the "References" field of a news article. |
Rules |
RuleSet |
contains the rules set for a content. |
SeenCount |
long |
contains the count of seen/read subcontents of a folder content. |
ServerBase |
string |
contains the base directory to use on a server. (e.g. Setting
the server base of an FTP-Account to "/pub/incoming"
will result in showing contents from that directory and not from
server's root directory)
|
ServerName |
string |
contains a server name (e.g. The name of the server to use for
a POP3-Account).
|
ServerPort |
short |
contains a numeric server port. |
Size |
hyper |
contains the size (usually in bytes) of an object. |
SizeLimit |
hyper |
contains a size limit for an object. (e.g. One may specify the
maximum size of the HTTP-Cache)
|
SubscribedCount |
long |
contains the count of subscribed contents of a folder. |
SynchronizePolicy |
SynchronizePolicy |
contains the policy to use when synchronizing two objects. |
TargetFrames |
string |
contains information about the target frame to use when displaying
an object.
The value is a string containing three tokens, separated by ";"
(A semicolon):
- 1st token
- Behavior on "select" ( single click )
- 2nd token
- Behavior on "open" ( double click )
- 3rd token
- Behavior on "open in new task" ( double click + CTRL key )
Each token may contain the following values:
- "_beamer"
- Show in "Beamer"
- "_top"
- Show in current frame (replaces old)
- "_blank"
- Show in new task
|
TargetURL |
string |
for contents that are links to other contents, contains the URL of
the target content |
TimeLimitStore |
short |
contains the value to use if the property "IsTimeLimitedStore" is set. |
UserName |
string |
contains a user name. (e.g. the user name needed to access a
POP3-Account) |
VerificationMode |
VerificationMode |
describes a verification policy. |