StructuredDocumentTagRangeStart.lockContentControl property. When set to ``true``, this property will prohibit a user from deleting this structured Document tag.... let doc = new aw . Document ( base ....docx" ); let rangeStartTag = doc . getChildNodes ( aw . NodeType...
StructuredDocumentTagRangeStart.lockContents property. When set to ``true``, this property will prohibit a user from editing the contents of this structured Document tag.... let doc = new aw . Document ( base ....docx" ); let rangeStartTag = doc . getChildNodes ( aw . NodeType...
StructuredDocumentTagRangeStart.placeholderName property. Gets or sets Name of the [BuildingBlock](../../../aspose.words/buildingblock/) containing placeholder text.... let doc = new aw . Document ( base ....docx" ); let rangeStartTag = doc . getChildNodes ( aw . NodeType...
Aspose::Words::Saving::MarkdownSaveOptions::get_ExportUnderlineFormatting method. Gets or sets a boolean value indicating either to export underline text formatting as sequence of two plus characters "++". The default value is false in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> set_Underline (...
Aspose.Words.Comment class. Represents a container for text of a comment...Constructors Name Description Comment(doc) Initializes a new instance of...of the Comment class. Comment(doc, author, initial, dateTime) Initializes...
Aspose::Words::Drawing::Charts::ChartAxisTitle::get_Show method. Determines whether the title shall be shown for the axis. The default value is false in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
Aspose::Words::Drawing::Charts::ChartAxisTitle::get_Font method. Provides access to the font formatting of the axis title in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
StructuredDocumentTagRangeStart.tag property. Specifies a tag associated with the current structured Document tag node... doc = aw . Document ( file_name =...tags.docx' ) range_start_tag = doc . get_child_nodes ( aw . NodeType...
SvgSaveOptions.showPageBorder property. Controls whether a border is added to the outline of the page... let doc = new aw . Document ( base ....SvgTextOutputMode . UsePlacedGlyphs ; doc . save ( base . artifactsDir...