Aspose::Words::Fields::FieldSet::get_BookmarkText method. Gets or sets the new text of the bookmark in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Name bookmarked text with...
Aspose::Words::Loading::HtmlLoadOptions::get_SupportVml method. Gets or sets a value indicating whether to support VML images in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...
Aspose::Words::Comment::RemoveReply method. Removes the specified reply to this comment in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Comment > ( doc , u "John Doe" , u "J.D." , System...
Aspose::Words::Style::get_StyleIdentifier method. Gets the locale independent style identifier for a built-in style in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> GetChildNodes ( Aspose ::...
ChartFormat.stroke property. Gets line formatting for the parent chart element.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
ChartSeries.marker property. Specifies a data marker... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
ChartMarker.format property. Provides access to fill and line formatting of this marker.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
Discover the IsShowingPlaceholderText property of StructuredDocumentTagRangeStart. Easily manage placeholder vs. regular text in your structured Documents!... Document doc = new Document ( MyDir + "Multi-section...StructuredDocumentTa rangeStartTag = doc . GetChildNodes ( NodeType ....