2022 June Release

Class COOMSOFFICE@1.1:WinWordObject Permanent link for this heading

Class Hierarchy

Object > ContentObject > WinWordObject

Additional Information

  • Commonly usable

Actions Permanent link for this heading

Return Type

Signature

void

ResolveTextModules()

void

UpdatePictures(
  string[] alternativetexts,
  any[] pictures)

void

UpdateTable(
  string alternativetext,
  any[] entries,
  AttributeDefinition[] attributes,
  optional boolean includeheaders)

void

UpdateTables(
  optional integer unused1,
  optional integer unused2)

Actions Permanent link for this heading


FSCTEMPLATEMGMT@1.1001:ResolveTextModules Permanent link for this heading

Resolves Text Module Placeholders in cooobj. (Even those where keepplaceholder == true)

void FSCTEMPLATEMGMT@1.1001:ResolveTextModules()


FSCAPPTOOLS@1.1001:UpdatePictures Permanent link for this heading

Updates pictures in a Microsoft Word file.

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 Permanent link for this heading

Updates a table in a Microsoft Word file.
If the value of a cell contains the string "<~null~>" the cell is blanked.
If the value of a cell contains the string "<~leave~>" the cell is not changed.

void FSCAPPTOOLS@1.1001:UpdateTable(
  string alternativetext,
  any[] entries,
  AttributeDefinition[] attributes,
  optional boolean includeheaders)

Name

Description

alternativetext

Alternative text identifier of 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 Permanent link for this heading

Updates any tables in Microsoft Word document.
A table is identified by an object list or an aggregate list of the category of the object or its file.
For an object list, all visible attributes of the default category of the attribute are generated.
For an aggregate list, all visible attributes of the aggregate are generated. All aggregates must have the same type.
No header data is generated.
The short reference of the attribute surrounded by "<" and ">" is used as identifier of a table.
A table in Microsoft Word must be marked with an alternative text that corresponds to the identifier of the attribute. If the value of a cell contains the string "<~null~>" the cell is blanked.
If the value of a cell contains the string "<~leave~>" the cell is not changed.

void FSCAPPTOOLS@1.1001:UpdateTables(
  optional integer unused1,
  optional integer unused2)

Name

Description

unused1

unused2

Additional Information