Sort Score
Result 10 results
Languages All
Labels All
Results 9,191 - 9,200 of 18,480 for

docx to doc

(0.26 sec)
  1. BarcodeParameters.BackgroundColor | Aspose.Word...

    Discover the BarcodeParameters BackgroundColor property for cusTom bar code designs. Easily set background colors from 0x000000 To 0xFFFFFF for optimal visibility!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use a custom IBarcodeGenerator...

    reference.aspose.com/words/net/aspose.words.fie...
  2. EditableRange.editorGroup property | Aspose.Wor...

    EditableRange.ediTorGroup property. Returns or sets an alias (or editing group) which shall be used To determine if the current user shall be allowed To edit this editable range.... let doc = new aw . Document (); doc . protect ( aw...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Range.UnlinkFields | Aspose.Words for .NET

    Discover the Range UnlinkFields method To effortlessly unlink fields in your Document range, enhancing your workflow and Document management....Document doc = new Document ( MyDir + "Linked fields.docx" ); Section...Section ) doc . Sections [ 0 ]. Clone ( true ); doc . Sections...

    reference.aspose.com/words/net/aspose.words/ran...
  4. SoftEdgeFormat.Remove | Aspose.Words for .NET

    Effortlessly remove SoftEdgeFormat from your parent object with the SoftEdgeFormat Remove method. Streamline your design for optimal results!...Document doc = new Document ( MyDir + "Rendering.docx" ); SvgSaveOptions.... MaxImageResolution = 72 ; doc . Save ( ArtifactsDir + "SvgSaveOptions...

    reference.aspose.com/words/net/aspose.words.dra...
  5. EndnotePosition enumeration | Aspose.Words for ...

    aspose.words.notes.EndnotePosition enumeration. Defines the endnote position.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # An endnote is a way to...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.ShadeFormData | Aspose.Words for .NET

    Discover how To use the ShadeFormData property To enhance form visibility with gray shading, improving user experience and accessibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FootnoteOptions.StartNumber | Aspose.Words for ...

    Discover the FootnoteOptions StartNumber property To cusTomize your footnote numbering, enhancing Document clarity and organization effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Footnotes and endnotes...

    reference.aspose.com/words/net/aspose.words.not...
  8. DocumentBuilder.move_to_paragraph method | Aspo...

    DocumentBuilder.move_To_paragraph method. Moves the cursor To a paragraph in the current section.... doc = aw . Document ( file_name =...MY_DIR + 'Paragraphs.docx' ) paragraphs = doc . first_section ....

    reference.aspose.com/words/python-net/aspose.wo...
  9. ShapeBase.soft_edge property | Aspose.Words for...

    ShapeBase.soft_edge property. Gets soft edge formatting for the shape....docx' ) # Load document with rectangle...rectangle shape with soft edge. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextPath class | Aspose.Words for Python

    aspose.words.drawing.TextPath class. Defines the text and formatting of the text path (of a WordArt object)... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

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