Sort Score
Result 10 results
Languages All
Labels All
Results 9,801 - 9,810 of 18,481 for

docx to doc

(1.39 sec)
  1. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference To an externally sTored Document in Java....Document doc = new Document(getMyDir() + "Master document.docx"); NodeCollection...NodeCollection subDocuments = doc.getChildNodes(NodeType.SUB_DOCUMENT...

    reference.aspose.com/words/java/com.aspose.word...
  2. DocumentBuilder.endEditableRange method | Aspos...

    Aspose.Words.DocumentBuilder.endEditableRange method... let doc = new aw . Document (); doc . protect ( aw...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. IBarcodeGenerator.GetBarcodeImage | Aspose.Word...

    Effortlessly create cusTom barcode images with iBarcodeGeneraTor's GetBarcodeImage method. Ideal for enhancing your DisplayBarcode field efficiently!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use a custom IBarcodeGenerator...

    reference.aspose.com/words/net/aspose.words.fie...
  4. CompositeNode.GetChildNodes | Aspose.Words for ...

    Discover the CompositeNode GetChildNodes method—effortlessly retrieve a live collection of child nodes tailored To your specified type for enhanced performance....Document doc = new Document ( MyDir + "Comments.docx" ); NodeCollection...NodeCollection comments = doc . GetChildNodes ( NodeType . Comment...

    reference.aspose.com/words/net/aspose.words/com...
  5. Font.italic property | Aspose.Words for Python

    Font.italic property. True if the font is formatted as italic.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 36...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartTitle.font property | Aspose.Words for Python

    ChartTitle.font property. Provides access To the font formatting of the chart title.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a chart shape with...

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

    Discover the PageInfo PaperSize property To easily retrieve paper sizes as an enumeration. Enhance your printing capabilities Today!...Document doc = new Document ( MyDir + "Rendering.docx" ); // The...PrinterSettings (). PaperSources ; doc . FirstSection . PageSetup ....

    reference.aspose.com/words/net/aspose.words.ren...
  8. PreferredWidth.fromPercent method | Aspose.Word...

    PreferredWidth.fromPercent method. A creation method that returns a new instance that represents a preferred width specified as a percentage.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::DocumentBase::get_PageColor meth...

    Aspose::Words::DocumentBase::get_PageColor method. Gets or sets the page color of the Document. This property is a simpler version of BackgroundShape in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> set_PageColor...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. TextureIndex enumeration | Aspose.Words for Nod...

    Aspose.Words.TextureIndex enumeration. Specifies shading texture....let doc = new aw . Document ( base . myDir + "Tables.docx" );...); let table = doc . firstSection . body . tables . at ( 0 ); //...

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