Chỉnh sửa MARKDOWN trong mã JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document(..."Input.md" ) var builder = new aw.DocumentBuilder(doc) // Chèn...
Chỉnh sửa DOC trong mã JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document(..."Input.doc" ) var builder = new aw.DocumentBuilder(doc) // Chèn...
JavaScript 코드에서 HTML 를 수정합니다....const aw = require( '@aspose/words' ); var doc = new aw.Document(..."Input.html" ) var builder = new aw.DocumentBuilder(doc) // 문서의 시작...
DocumentVisitor.visitFootnoteEnd method. Called when enumeration of a footnote or endnote text has ended....'FootnoteToText' , () => { let doc = new aw . Document ( base . myDir + ...mVisitorIsInsideFoot = true ; return aw . VisitorAction . Continue ;...
DocumentVisitor.visitHeaderFooterStart method. Called when enumeration of a header or footer in a section has started....'HeaderFooterToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...
Aspose.Words.Saving.SaveOptions class. This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format... let doc = new aw . Document ( base . myDir + "Rendering...will save. let saveOptions = new aw . Saving . HtmlSaveOptions ();...
FontSettings.fallback_settings property. Settings related to font fallback mechanism.... doc = aw . Document () font_settings = aw . fonts . FontSettings...folder. folder_font_source = aw . fonts . FolderFontSource (...