Products Downloads


French version


 

 

B

BookmarkAdd

Adds a bookmark to the specified range.

 

BookmarkCountBookmarks

Counts the bookmarks in the selected document part.

 

BookmarkDelete

Deletes a bookmark.

 

BookmarkExists

Tests if a bookmark exists in the document part considered.

 

BookmarkGet

Gets a bookmark's start and end positions.

 

BookmarkGetBookmark

Gets the nth bookmark from the document part considered.

 

BookmarkGetParagraph

Gets the handle of the paragraph containing the bookmark marker.

 

BookmarkReplaceText

Replaces the text of a bookmark.

 

BreakInsertBreak

Inserts a page break in a paragraph.

 

↑ Top of page

C

CellGetFormula

Gets the formula associated with the array cell.

 

CellGetText

Gets the text from array cell.

 

CellSetFormula

Associates a formula with the cell.

 

CellSetText

Sets the text of the array cell.

 

↑ Top of page

D

DocClose

Closes the document and releases the related resources.

 

DocCreate

Creates a new document.

 

DocExportPDF

Exports a document in PDF format.

 

DocGetData

Gets the document data from an IMAGE variable.

 

DocGetMainDocumentPart

Gets the main part of the document.

 

DocGetParameter

Gets a document parameter value.

 

DocLoad

Loads a document from an IMAGE variable containing the data.

 

DocOpen

Opens a Word file in .docx format.

 

DocRemoveParameter

Removes a document parameter.

 

DocSave

Saves the document.

 

DocSaveAs

Saves the document under a specified name.

 

DocSetLang

Sets the default language of the document.

 

DocSetParameter

Sets a document parameter value.

 

↑ Top of page

F

FieldAddSimpleField

Adds a field to a paragraph.

 

FieldMerge

Utility function merging fields for a mailshot.

 

↑ Top of page

I

ImageGetSize

Gets the display size of the image in the document.

 

ImageInsertData

Adds an image loaded from an image variable at the position specified in the document.

 

ImageInsertFile

Adds an image loaded from a file at the position specified in the document.

 

ImageSetSize

Sets the display size of the image in the document.

 

↑ Top of page

P

ParagraphCountRuns

Counts the text sub-elements of a paragraph.

 

ParagraphGetRun

Gets the nth text sub-element of a paragraph.

 

ParagraphGetStyle

Gets the paragraph style.

 

ParagraphGetText

Gets the paragraph text.

 

ParagraphInsert

Insert a paragraph in a document part.

 

ParagraphInsertCurrentDate

Inserts the current date as a paragraph text sub-element.

 

ParagraphInsertSpaces

Inserts spaces as paragraph text sub-elements.

 

ParagraphInsertText

Inserts the specified text as a paragraph text sub-element.

 

ParagraphSetStyle

Sets the paragraph style.

 

PartCountChildOfType

Counts the document part children of the selected type.

 

PartCountParagraphs

Counts the paragraphs in the selected document part.

 

PartCountTables

Counts the tables in the selected document part.

 

PartGetChildOfType

Gets the document part's nth child of the selected type.

 

PartGetParagraph

Gets the nth paragraph of the selected document part.

 

PartGetTable

Gets the nth table of the selected document part.

 

↑ Top of page

R

RowCountCells

Counts the cells in the row.

 

RowGetCell

Gets a cell from the row.

 

RowSetAlignment

Sets the row alignment.

 

RowSetCellBorderColor

Sets the color of the cell borders in the row.

 

RowSetCellBorderSize

Sets the size of the cell borders in the row.

 

RowSetCellBorderSpace

Sets the spacing of the cell borders in the row.

 

RowSetCellBorderStyle

Sets the style of the cell borders in the row.

 

RowSetHeight

Sets the row height.

 

↑ Top of page

S

SectionAddSection

Adds a document section at the position specified in the main part of the document.

 

SectionCountSections

Counts the document sections.

 

SectionGetCurrentSection

Gets the associated section.

 

SectionGetDefaultSection

Gets the default section of the document.

 

SectionGetFooter

Gets a page footer from the section.

 

SectionGetHeader

Gets a page header from the section.

 

SectionGetMargins

Gets the set margins from the document section.

 

SectionGetPageSize

Gets the page size from the document section.

 

SectionGetSection

Gets the nth document section.

 

SectionRemoveSection

Removes a document section.

 

SectionSetMargins

Defines the set margins of the document section.

 

SectionSetPageSize

Sets the page size of the document section.

 

StyleAddTab

Adds a tabulation mark.

 

StyleById

Gets the style by its ID.

 

StyleCountStyles

Counts the styles.

 

StyleCountTabs

Counts tab marks.

 

StyleCreate

Creates a style.

 

StyleGetAfterSpacing

Gets the height of the space after a paragraph.

 

StyleGetBackgroundColor

Gets the background color of the specified element.

 

StyleGetBeforeSpacing

Gets the height of the space before a paragraph.

 

StyleGetBorderColor

Gets the border color of the specified element.

 

StyleGetBorderSize

Gets the border size of the specified element.

 

StyleGetBorderSpace

Gets the border spacing of the specified element.

 

StyleGetBorderStyle

Gets the border style of the specified element.

 

StyleGetFirstLineIndent

Gets the first line indent of the specified element.

 

StyleGetFontFace

Gets the font of the specified element.

 

StyleGetFontSize

Gets the font size of the specified element.

 

StyleGetHorizontalAlignment

Gets the alignment of the selected element.

 

StyleGetLeftIndent

Gets the left indent of the selected element.

 

StyleGetLineSpacing

Gets the line spacing height of a paragraph.

 

StyleGetRightIndent

Gets the right indent of the selected element.

 

StyleGetStyle

Gets the nth style from the list of document styles.

 

StyleGetTab

Gets the nth tab mark.

 

StyleGetTextColor

Gets the text color of the specified element.

 

StyleGetTextPosition

Gets the vertical position of the specified element.

 

StyleGetTextProperties

Gets the text style properties (bold, italics, etc.).

 

StyleGetUnderline

Gets the text underline type.

 

StyleGetUnderlineColor

Gets the underline color.

 

StyleGetVerticalAlignment

Gets the alignment of the selected element.

 

StyleInfo

Gets style information.

 

StyleRemoveTab

Removes a tab mark.

 

StyleSetAfterSpacing

Gets the height of the space after a paragraph.

 

StyleSetBackgroundColor

Sets the background color of the selected element.

 

StyleSetBeforeSpacing

Sets the height of the space before a paragraph.

 

StyleSetBorderColor

Sets the color of the border(s) of the selected element.

 

StyleSetBorderSize

Sets the size of the border(s) of the selected element.

 

StyleSetBorderSpace

Sets the spacing of the border(s) of the selected element.

 

StyleSetBorderStyle

Sets the style of the border(s) of the selected element.

 

StyleSetFirstLineIndent

Sets the first line indent of the selected element.

 

StyleSetFontFace

Sets the font of the selected element.

 

StyleSetFontSize

Sets the font size of the selected element.

 

StyleSetHorizontalAlignment

Sets the alignment of the selected element.

 

StyleSetLeftIndent

Sets the left indent of the selected element.

 

StyleSetLineSpacing

Sets the line spacing height of a paragraph.

 

StyleSetRightIndent

Sets the right indent of the selected element.

 

StyleSetStyle

Sets the style of the selected element.

 

StyleSetTextColor

Sets the text color of the specified element.

 

StyleSetTextPosition

Sets the vertical position of the text of the selected element.

 

StyleSetTextProperties

Sets the text style properties (bold, italics, etc.) of the selected element.

 

StyleSetUnderline

Sets the underline type of the selected element.

 

StyleSetUnderlineColor

Sets the underline color of the selected element.

 

StyleSetVerticalAlignment

Sets the alignment of the selected element.

 

↑ Top of page

T

TableCountColumns

Counts the table columns.

 

TableCountRows

Counts the table rows.

 

TableGetCell

Gets a table cell.

 

TableGetRow

Gets a table row.

 

TableInsert

Gets a table in the document.

 

TableInsertRow

Adds a row to the table.

 

TableSetCellBorderColor

Sets the color of the cell borders in the table.

 

TableSetCellBorderSize

Sets the size of the cell borders in the table.

 

TableSetCellBorderSpace

Sets the spacing of the cell borders in the table.

 

TableSetCellBorderStyle

Sets the style of the cell borders in the table.

 

TableSetColumnWidth

Sets the width of a column.

 

TableSetData

Sets the data of a table part.

 

TableSetIndentation

Sets the table indentation.

 

↑ Top of page

U

UtiApplyWordFormat

Applies a Word format to the requested value.

 

UtiCloseHandle

Release of resources associated with a handle.

 

UtiCountHandles

Counts the open handles (debugging function).

 

UtiEncodeColor

Encodes a color.

 

UtiEscapeString

Escapes a character string following Java coding rules.

 

UtiExtractNumber

Extracts a number from a string.

 

UtiFormatDate

Applies a Java format (DateFormat) to a date, time or timestamp.

 

UtiFormatNumber

Applies a numeric format.

 

UtiGetHandle

Gets information from the nth element of the handle table (debugging function).

 

UtiGetObjectType

Gets the object type (debugging function).

 

UtiGetParentHandle

Gets the parent handle.

 

UtiGetText

Gets the text in the broad sense of an object.

 

UtiGetXML

Gets the XML source of a document part.

 

UtiGetXMLString

Gets the XML source of a document part.

 

UtiRemoveObject

Removes an object from the document.

 

UtiSetMeasurementUnit

Used to change the measurement unit to use when measurement specifications are not expressed in points (the unit is centimeters by default).

 

UtiUnescapeString

Deletes the escape sequences of a string and replaces them by their real value.

 

 

↑ Top of page

  • Aucune étiquette