aspose.words.layout.RevisionColor enumeration. Allows to specify color of document revisions.... doc = aw . Document () builder = aw . DocumentBuilder...revision_options . inserted_text_color = aw . layout . RevisionColor . BRIGHT_GREEN...
ChartDataTable.format property. Provides access to fill of text background and border formatting of the data table.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
TableSubstitutionRule.add_substitutes method. Adds substitute font names for given original font name.... doc = aw . Document () doc . font_settings = aw . fonts ....()[ 0 ] self . assertEqual ( aw . fonts . FontSourceType . SYSTEM_FONTS...
JavaScript 코드에서 HTML 를 수정합니다....const aw = require( '@aspose/words' ); var doc = new aw.Document(..."Input.html" ) var builder = new aw.DocumentBuilder(doc) // 문서의 시작...
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...
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...