EditableRangeStart.editableRange property. Gets the facade object that encapsulates this editable range start and end....let doc = new aw . Document (); doc . protect ( aw . ProtectionType..."MyPassword" ); let builder = new aw . DocumentBuilder ( doc ); builder...
ChartAxisTitle.format property. Provides access to fill and line formatting of the axis title.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
aspose.words.saving.PdfPageLayout enumeration. Specifies the page layout to be used when the document is opened in a PDF reader.... doc = aw . Document ( file_name = MY_DIR...pages on the left. save_options = aw . saving . PdfSaveOptions ()...
PdfSaveOptions.exportLanguageToSpanTag property. Gets or sets a value determining whether or not to create a Span tag in the document structure to export the text language....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...mundo!" ); let saveOptions = new aw . Saving . PdfSaveOptions ();...
MarkdownSaveOptions.exportImagesAsBase64 property. Specifies whether images are saved in Base64 format to the output file... let doc = new aw . Document ( base . myDir + "Images...docx" ); let saveOptions = new aw . Saving . MarkdownSaveOptions...
ViewOptions.formsDesign property. Specifies whether the document is in forms design mode....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...
ListCollection.document property. Gets the owner document.... let doc = new aw . Document (); let lists = doc...true ); let list = lists . add ( aw . Lists . ListTemplate . BulletDefault...