Sort Score
Result 10 results
Languages All
Labels All
Results 7,231 - 7,240 of 18,418 for

docx to doc

(0.3 sec)
  1. 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...
  2. PageSetup.paper_size property | Aspose.Words fo...

    PageSetup.paper_size property. Returns or sets the paper size.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . page_setup . paper_size...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.grammar_checked property | Aspose.Word...

    Document.grammar_checked property. Returns ``True`` if the Document has been checked for grammar.... doc = aw . Document () # The string...string with spelling errors. doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CustomXmlPartCollection.add method | Aspose.Wor...

    Aspose.Words.Markup.CusTomXmlPartCollection.add method... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. HeaderFooter.IsLinkedToPrevious | Aspose.Words ...

    Discover how the IsLinkedToPrevious property enhances your Document's headers and footers, ensuring seamless continuity across sections for better organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/net/aspose.words/hea...
  6. ExtractPages - when I use ExtractPages it break...

    Good day, when I split the Document inTo sections. I use the following code for this, it breaks the numbering in the Document. Could you take a look at it for me? Document DocPR = new Document($"{path}4P003q.Docx"); D…...docx"); Document docClone = docPR...Save($"{path}4P003qOut.docx"); Document docX = new Document(@"C:...

    forum.aspose.com/t/extractpages-when-i-use-extr...
  7. Font.subscript property | Aspose.Words for Python

    Font.subscript property. True if the font is formatted as subscript.... doc = aw . Document () para = doc . get_child (...baseline. run = aw . Run ( doc = doc , text = 'Raised text. ' )...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Font.underline property | Aspose.Words for Python

    Font.underline property. Gets or sets the type of underline applied To the font.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify font formatting...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Fill.SetImage | Aspose.Words for .NET

    Enhance your design with the SetImage method. Easily switch To a single image fill type for stunning visuals and seamless integration.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // There are several ways...

    reference.aspose.com/words/net/aspose.words.dra...
  10. WriteProtection.SetPassword | Aspose.Words for ...

    Secure your Documents with the WriteProtection SetPassword method. Easily set a password To enhance Document security and prevent unauthorized access.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.set...