JavaScript 코드에서 WORD 를 수정합니다....const aw = require( '@aspose/words' ); var doc = new aw.Document(..."Input.docx" ) var builder = new aw.DocumentBuilder(doc) // 문서의 시작...
JavaScript 코드에서 DOC 를 수정합니다....const aw = require( '@aspose/words' ); var doc = new aw.Document(..."Input.doc" ) var builder = new aw.DocumentBuilder(doc) // 문서의 시작...
Python 코드에서 DOC 를 수정합니다....words as aw doc = aw.Document( "Input.doc" ) builder = aw.DocumentBuilder(doc)...words as aw doc = aw.Document( "Input.doc" ) builder = aw.DocumentBuilder(doc)...
Python 코드에서 DOCX 를 수정합니다....words as aw doc = aw.Document( "Input.docx" ) builder = aw.DocumentBuilder(doc)...words as aw doc = aw.Document( "Input.docx" ) builder = aw.DocumentBuilder(doc)...
BorderCollection.shadow property. Gets or sets a value indicating whether the border has a shadow.... let doc = new aw . Document (); let pageSetup...pageSetup . borders . lineStyle = aw . LineStyle . DoubleWave ; pageSetup...
MarkdownSaveOptions.image_resolution property. Specifies the output resolution for images when exporting to Markdown... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) save_options = aw . saving . MarkdownSaveOptions...
BorderCollection.top property. Gets the top border....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...startTable (); table . setBorders ( aw . LineStyle . Single , 2.0 ,...
aspose.words.saving.ExportFontFormat enumeration. Indicates the format that is used to export fonts while rendering to HTML fixed format.... doc = aw . Document ( MY_DIR + 'Bullet...alternative font.docx' ) save_options = aw . saving . HtmlFixedSaveOptions...
FindReplaceOptions.useSubstitutions property. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...