CompositeNode.removeSmartTags method. Removes all [SmartTag](../../../aspose.words.markup/smarttag/) descendant nodes of the current node.... let doc = new aw . Document ( base ....myDir + "Smart tags.doc" ); expect ( doc . getChildNodes ( aw...
BorderCollection.clearFormatting method. Removes all borders of an object.... let doc = new aw . Document ( base .... let firstParagraphBorder = doc . firstSection . body . firstParagraph...
DocumentBuilder.current_story property. Gets the story that is currently selected in this [DocumentBuilder](../).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A Story is a type of node...
Discover the IsHeading property. Easily identify if a style is a built-in Heading style, enhancing your Document's structure and readability....Document doc = new Document (); Assert . That ( doc . Styles...IEnumerator < Style > stylesEnum = doc . Styles . GetEnumerator ())...
Discover how the IsQuickStyle property enhances your MS Word experience by showcasing styles in the Quick Style gallery for easy access and improved workflow....Document doc = new Document (); Assert . That ( doc . Styles...IEnumerator < Style > stylesEnum = doc . Styles . GetEnumerator ())...
AxisTickLabels.rotation property. Gets or sets the rotation of the tick labels in degrees.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a column chart....
PageSetup.textOrientation property. Allows to specify [PageSetup.textOrientation](./) for the whole page...native formats DOCX, WML, RTF and DOC. Examples Shows how to set text...text orientation. let doc = new aw . Document (); let builder...
Aspose::Words::Saving::HtmlFixedSaveOptions::get_RemoveJavaScriptFromLinks method. Specifies whether JavaScript will be removed from links. Default is false in C++.... auto doc = System :: MakeObject < Aspose...set_RemoveJavaScriptFrom ( true ); doc -> Save ( get_ArtifactsDir ()...
PageSetup.header_distance property. Returns or sets the distance (in points) between the header and the top of the page.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . page_setup . paper_size...