Sort Score
Result 10 results
Languages All
Labels All
Results 6,111 - 6,120 of 299,987 for

doc

(0.17 sec)
  1. ControlChar.NonBreakingSpace | Aspose.Words for...

    ControlChar NonBreakingSpace field. Nonbreaking space character x00a0 in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  2. ControlChar.SectionBreakChar | Aspose.Words for...

    ControlChar SectionBreakChar field. End of section character char12 or f in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  3. ControlChar.CrLf | Aspose.Words for .NET

    ControlChar CrLf field. Carriage return followed by line feed character x000dx000a or rn. Not used as such in Microsoft Word Documents but commonly used in text files for paragraph breaks in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  4. Aspose::Words::Themes Namespace Reference - Asp...

    The Aspose.Words.Themes namespace provides classes that allow to access theme information in Microsoft Word Documents.... auto doc = MakeObject<Document>(); //...for languages uses by default. doc->get_Theme()->get_MinorFonts()->set_Latin(u...

    reference.aspose.com/words/cpp/namespace/aspose...
  5. ControlChar.CELL property | Aspose.Words for Py...

    ControlChar.CELL property. End of a table cell or end of a table row character: \x0007 or \a.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ControlChar.CELL_CHAR property | Aspose.Words f...

    ControlChar.CELL_CHAR property. End of a table cell or end of a table row character: (char)7 or \a.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ControlChar.FIELD_START_CHAR property | Aspose....

    ControlChar.FIELD_START_CHAR property. Start of MS Word field character: (char)19.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ControlChar.SECTION_BREAK_CHAR property | Aspos...

    ControlChar.SECTION_BREAK_CHAR property. End of section character: (char)12 or \f.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

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

    Aspose.Words.PaperSize enum. Specifies paper size in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pap...
  10. 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...