Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 5,690 for

aws

(0.03 sec)
  1. Margins enumeration | Aspose.Words for Python

    aspose.words.Margins enumeration. Specifies preset margins.... doc = aw . Document ( file_name = MY_DIR.... page_setup . orientation = aw . Orientation . LANDSCAPE doc...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentBuilder.insert_structured_document_tag ...

    DocumentBuilder.insert_structured_document_tag method. Inserts a [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/) into the document.... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. RtfSaveOptions.saveFormat property | Aspose.Wor...

    RtfSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used... let doc = new aw . Document ( base . myDir + "Rendering...to an RTF. let options = new aw . Saving . RtfSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DmlEffectsRenderingMode enumeration | Aspose.Wo...

    Aspose.Words.Saving.DmlEffectsRenderingMode enumeration. Specifies how DrawingML effects are rendered to fixed page formats.... let doc = new aw . Document ( base . myDir + "DrawingML...document to .PDF. let options = new aw . Saving . PdfSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ShapeBase.alternativeText property | Aspose.Wor...

    ShapeBase.alternativeText property. Defines alternative text to be displayed instead of a graphic....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Cube...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Stroke.back_tint_and_shade property | Aspose.Wo...

    Stroke.back_tint_and_shade property. Gets or sets a double value that lightens or darkens the stroke background color.... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ListFormat.listLevelNumber property | Aspose.Wo...

    ListFormat.listLevelNumber property. Gets or sets the list level number (0 to 8) for the paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...removeNumbers (); builder . insertBreak ( aw . BreakType . ParagraphBreak...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentVisitor.visitBodyStart method | Aspose....

    DocumentVisitor.visitBodyStart method. Called when enumeration of the main text story in a section has started....'DocStructureToText' , () => { let doc = new aw . Document ( base . myDir + ...childNodeCount = doc . getChildNodes ( aw . NodeType . Any , true ). Count...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentVisitor.visitParagraphEnd method | Aspo...

    DocumentVisitor.visitParagraphEnd method. Called when enumeration of a paragraph has ended....'DocStructureToText' , () => { let doc = new aw . Document ( base . myDir + ...childNodeCount = doc . getChildNodes ( aw . NodeType . Any , true ). Count...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentVisitor.visitSectionStart method | Aspo...

    DocumentVisitor.visitSectionStart method. Called when enumeration of a section has started....'DocStructureToText' , () => { let doc = new aw . Document ( base . myDir + ...childNodeCount = doc . getChildNodes ( aw . NodeType . Any , true ). Count...

    reference.aspose.com/words/nodejs-net/aspose.wo...