Sort Score
Result 10 results
Languages All
Labels All
Results 9,261 - 9,270 of 17,118 for

docx to doc

(0.14 sec)
  1. ShapeBase.Width | Aspose.Words for .NET

    Discover the ShapeBase Width property. Easily adjust the width of your shape's containing block for enhanced design flexibility and precision.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertImage...

    reference.aspose.com/words/net/aspose.words.dra...
  2. ShapeBase.Height | Aspose.Words for .NET

    Discover the ShapeBase Height property To easily adjust your shape's container height, enhancing design flexibility and precision in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertImage...

    reference.aspose.com/words/net/aspose.words.dra...
  3. StructuredDocumentTagRangeStart.xmlMapping prop...

    StructuredDocumentTagRangeStart.xmlMapping property. Gets an object that represents the mapping of this structured Document tag range To XML data in a cusTom XML part of the current Document.... let doc = new aw . Document ( base ...."Multi-section structured document tags.docx" ); // Construct an XML part...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Style.unhideWhenUsed property | Aspose.Words fo...

    Style.unhideWhenUsed property. Gets/sets whether the style used in the current Document unhides from the Styles gallery and from the Styles task pane... let doc = new aw . Document (); let styleTitle = doc . styles...styleTitle . semiHidden = true ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentBase.fontInfos property | Aspose.Words ...

    DocumentBase.fontInfos property. Provides access To properties of fonts used in this Document.... let doc = new aw . Document ( base ....+ "Embedded font.docx" ); let allFonts = doc . fontInfos ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ParagraphFormat class | Aspose.Words for Python

    aspose.words.ParagraphFormat class. Represents all the formatting for a paragraph... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Section.HeadersFooters | Aspose.Words for .NET

    Access and manage section headers and footers effortlessly with our intuitive property feature. Enhance Document organization and presentation Today!...Document doc = new Document ( MyDir + "Footer.docx" ); HeaderFooterCollecti...HeaderFooterCollecti headersFooters = doc . FirstSection . HeadersFooters...

    reference.aspose.com/words/net/aspose.words/sec...
  8. BorderCollection.lineStyle property | Aspose.Wo...

    BorderCollection.lineStyle property. Gets or sets the border style.... let doc = new aw . Document (); let pageSetup = doc . sections.... borders . shadow = true ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldEnd | Aspose.Words for Java

    Represents an end of a Word field in a Document in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.insertField(" DATE...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentBuilder.StartTable | Aspose.Words for .NET

    Effortlessly create professional tables in your Documents with DocumentBuilder's StartTable method. Enhance your formatting with ease!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/doc...