Sort Score
Result 10 results
Languages All
Labels All
Results 7,641 - 7,650 of 18,479 for

docx to doc

(0.33 sec)
  1. DocumentProperty.linkSource property | Aspose.W...

    DocumentProperty.linkSource property. Gets the source of a linked cusTom Document property.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startBookmark (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Frameset.FrameDefaultUrl | Aspose.Words for .NET

    Discover the Frameset FrameDefaultUrl property To easily set web page URLs or Document files for seamless frame displays. Enhance your web experience!...Document doc = new Document ( MyDir + "Frameset.docx" ); Assert...Assert . That ( doc . Frameset . ChildFramesets . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.fra...
  3. BarcodeParameters.PosCodeStyle | Aspose.Words f...

    Discover the BarcodeParameters PosCodeStyle property for Point of Sale barcodes. Supports UPCA, EAN13, and more. Enhance your POS system Today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use a custom IBarcodeGenerator...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FontFallbackSettings.Save | Aspose.Words for .NET

    Effortlessly save your FontFallbackSettings with our intuitive Save method. Preserve your cusTom fallback settings for seamless font management....Document doc = new Document ( MyDir + "Rendering.docx" ); // Load...fontFallbackStream ); doc . FontSettings = fontSettings ; } doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.fon...
  5. List class | Aspose.Words for Python

    aspose.words.lists.List class. Represents formatting of a list... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) self . assertFalse ( builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Renumbering starts at 1 again - Free Support Fo...

    Hello, the numbering in the ‘Bilanz’ Document should start at 2. The numbering in the ‘GuV’ Document should start at 3. When I append the ‘GuV’ To a Document, the numbering persists. However, if I do the same with th…...Document doc = new Aspose.Words.Document(@"C:\Temp\Default...Document(@"C:\Temp\Bilanz.docx"); doc.AppendDocument(doc2, ImportFormatMode...

    forum.aspose.com/t/renumbering-starts-at-1-agai...
  7. ControlChar.NonBreakingHyphenChar | Aspose.Word...

    Discover the NonBreaking HyphenChar in Microsoft Word. Enhance your Documents with seamless text flow using char30 for professional results.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  8. ImageType enumeration | Aspose.Words for Python

    aspose.words.drawing.ImageType enumeration. Specifies the type (format) of an image in a Microsoft Word Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) img_shape = builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TextureAlignment enumeration | Aspose.Words for...

    Aspose.Words.Drawing.TextureAlignment enumeration. Specifies the alignment for the tiling of the texture fill.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Document::get_Sections method | ...

    Aspose::Words::Document::get_Sections method. Returns a collection that represents all sections in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "This...

    reference.aspose.com/words/cpp/aspose.words/doc...