แก้ไข HTML ในโค้ด JavaScript...const aw = require( '@aspose/words' ); var doc = new aw.Document(..."Input.html" ) var builder = new aw.DocumentBuilder(doc) // แทรก...
แก้ไข WORD ในโค้ด JavaScript...const aw = require( '@aspose/words' ); var doc = new aw.Document(..."Input.docx" ) var builder = new aw.DocumentBuilder(doc) // แทรก...
CompositeNode.firstChild property. Gets the first child of the node....'RecurseChildren' , () => { let doc = new aw . Document ( base . myDir + "Paragraphs...${ '\t' . repeat ( depth ) }${ aw . Node . nodeTypeToString ( childNode...
CompositeNode.select_nodes method. Selects a list of nodes matching the XPath expression.... doc = aw . Document ( MY_DIR + 'Tables...assertIsInstance ( node . as_paragraph (), aw . Paragraph ) Shows how to use...
FieldRef.insert_hyperlink property. Gets or sets whether to create a hyperlink to the bookmarked paragraph....field_ref (): doc = aw . Document () builder = aw . DocumentBuilder...) builder . insert_footnote ( aw . notes . FootnoteType . FOOTNOTE...
Footnote constructor. Initializes an instance of the [Footnote](../) class.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...
HtmlSaveOptions.exportXhtmlTransitional property. Specifies whether to write the DOCTYPE declaration when saving to HTML or MHTML...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...options = new aw . Saving . HtmlSaveOptions ( aw . SaveFormat...