Einhugur OpenDocument Text Plugin for Xojo

Container.ApplyFieldData Method

Applies filed data on the container.

ApplyFieldData(
   fieldName as String,
   data as String)

Parameters

fieldName
Number of columns in the table.
data
Number of rows in the table.

Remarks

This covers paragraphs, in the container, tables in the container, nested tables in the container, nested paragraphs in the container.


This method can throw ThrowInvalidArgumentException.

See Also

Container Class