IdxRichEditDocument.SetOpenXmlBytes(TBytes) Method
In This Article
Replaces the document’s content with a series of bytes in the DOCX (OpenXML) document format.
#Declaration
Delphi
procedure SetOpenXmlBytes(const Value: TBytes);
#Parameters
Name | Type |
---|---|
Value | TBytes |
#Remarks
Call this procedure and pass a byte array that contains a DOCX document as a parameter to clear the document and fill it with the specified content.
Note
The Set
The SetOpenXmlBytes procedure is the OpenXmlBytes property’s setter.
See Also