DocumentBuilder.startEditableRange method. Marks the current position in the document as an editable range start....let doc = new aw . Document (); doc . protect ( aw . ProtectionType..."MyPassword" ); let builder = new aw . DocumentBuilder ( doc ); builder...
ControlChar.CELL property. End of a table cell or end of a table row character: \x0007 or \a.... doc = aw . Document () builder = aw . DocumentBuilder...builder . write ( 'Before space.' + aw . ControlChar . SPACE_CHAR +...
ControlChar.CELL_CHAR property. End of a table cell or end of a table row character: (char)7 or \a.... doc = aw . Document () builder = aw . DocumentBuilder...builder . write ( 'Before space.' + aw . ControlChar . SPACE_CHAR +...
ControlChar.FIELD_START_CHAR property. Start of MS Word field character: (char)19.... doc = aw . Document () builder = aw . DocumentBuilder...builder . write ( 'Before space.' + aw . ControlChar . SPACE_CHAR +...
PdfEncryptionDetails.permissions property. Specifies the operations that are allowed to a user on an encrypted PDF document... doc = aw . Document () builder = aw . DocumentBuilder...annotations. encryption_details = aw . saving . PdfEncryptionDetails...
OpenAiModel.setProject method. Sets a specified Project to the model.... let firstDoc = new aw . Document ( base . myDir + "Big...docx" ); let secondDoc = new aw . Document ( base . myDir + "Document...
SummarizeOptions.summaryLength property. Allows to specify summary length... let firstDoc = new aw . Document ( base . myDir + "Big...docx" ); let secondDoc = new aw . Document ( base . myDir + "Document...
Font.superscript property. True if the font is formatted as superscript.... let doc = new aw . Document (); let para = doc...above the baseline. let run = new aw . Run ( doc , "Raised text. "...