Class Hierarchy
Object > ContentObject > WinWordObject
Additional Information
Return Type |
Signature |
GetResolvedWordContent( |
|
ResolveTextModules( |
|
UpdatePictures( |
|
UpdateTable( |
|
UpdateTables( |
FSCTEMPLATEMGMT@1.1001:GetResolvedWordContent
contentlinkedmodules
), it is assumed that no placeholder text modules are
in the document, since a mixture of both types is not supported.content
.keepplaceholder
is set on the text module.
For a detailed description of resolving text modules see ResolveTextModules
.
content FSCTEMPLATEMGMT@1.1001:GetResolvedWordContent(
out retval content wordcontent,
optional boolean resolvenonmatchedonly,
out StaticTextModule[] resolvedtextmodules)
Name |
Description |
wordcontent |
the word content with resolved text modules. If the object has
no text modules assign, null is returned.
|
resolvenonmatchedonly |
a boolean flag that decides whether to resolve non-matched text modules (his flag is only applicable to linked text modules and does not support placeholder text modules)
|
resolvedtextmodules |
returns the list of text modules that have been resolved.
|
FSCTEMPLATEMGMT@1.1001:ResolveTextModules
content
.contentlinkedmodules
contains a value),
it is assumed that no placeholder text modules are in the document, since a mixture of
both types is not supported.StaticTextModuleWord
and
StaticTextModuleText
.keepplaceholder
is set on the text module.
void FSCTEMPLATEMGMT@1.1001:ResolveTextModules(
optional boolean resolvenonmatchedonly)
Name |
Description |
resolvenonmatchedonly |
a boolean flag that decides whether to resolve non-matched text modules (this flag is only applicable to linked text modules and does not support placeholder text modules)
|
FSCAPPTOOLS@1.1001:UpdatePictures
void FSCAPPTOOLS@1.1001:UpdatePictures(
string[] alternativetexts,
any[] pictures)
Name |
Description |
alternativetexts |
alternative text identifiers of pictures in the Microsoft Word file
|
pictures |
pictures (either objects of class
ContentObject or aggregates of type Content ) |
FSCAPPTOOLS@1.1001:UpdateTable
void FSCAPPTOOLS@1.1001:UpdateTable(
string alternativetext,
any[] entries,
AttributeDefinition[] attributes,
optional boolean includeheaders)
Name |
Description |
alternativetext |
alternative text identifier of the table in the Microsoft Word file
|
entries |
Lines of the table (either objects or aggregates)
|
attributes |
columns of the table
|
includeheaders |
use names of
attributes as the first row |
FSCAPPTOOLS@1.1001:UpdateTables
void FSCAPPTOOLS@1.1001:UpdateTables(
optional integer unused1,
optional integer unused2)
Name |
Description |
unused1 |
|
unused2 |
Additional Information