Sort Score
Result 10 results
Languages All
Labels All
Results 9,691 - 9,700 of 137,077 for

doc

(0.14 sec)
  1. LoadOptions.encoding property | Aspose.Words fo...

    LoadOptions.encoding property. Gets or sets the encoding that will be used to load an HTML, TXT, or CHM Document if the encoding is not specified inside the Document... doc = aw . Document ( file_name =...sample text in English.' in doc . to_string ( save_format = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphFormat.FirstLineIndent | Aspose.Words ...

    Discover how to use the ParagraphFormat FirstLineIndent property to easily customize first line or hanging indents in your Documents for improved readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Font font = builder . Font...

    reference.aspose.com/words/net/aspose.words/par...
  3. Aspose::Words::BuildingBlocks::BuildingBlock::B...

    Aspose::Words::BuildingBlocks::BuildingBlock::BuildingBlock constructor. Initializes a new instance of this class in C++.... auto doc = MakeObject < Document > ();...MakeObject < GlossaryDocument > (); doc -> set_GlossaryDocument ( glossaryDoc...

    reference.aspose.com/words/cpp/aspose.words.bui...
  4. DocumentVisitor.VisitBodyEnd | Aspose.Words for...

    Discover the DocumentVisitor VisitBodyEnd method—efficiently manage text story enumeration and enhance your Document processing capabilities....DocStructureToText () { Document doc = new Document ( MyDir + "Do...and modify each visited node. doc . Accept ( visitor ); Console...

    reference.aspose.com/words/net/aspose.words/doc...
  5. DocumentVisitor.VisitRun | Aspose.Words for .NET

    Explore the DocumentVisitor VisitRun method for efficient text handling in your applications. Enhance your coding with this essential tool!...DocStructureToText () { Document doc = new Document ( MyDir + "Do...and modify each visited node. doc . Accept ( visitor ); Console...

    reference.aspose.com/words/net/aspose.words/doc...
  6. DocumentVisitor.VisitBodyStart | Aspose.Words f...

    Discover the DocumentVisitor VisitBodyStart method—essential for efficiently enumerating main text stories in your sections. Enhance your coding workflow today!...DocStructureToText () { Document doc = new Document ( MyDir + "Do...and modify each visited node. doc . Accept ( visitor ); Console...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Aspose::Words::Fields::FieldEnd::get_HasSeparat...

    Aspose::Words::Fields::FieldEnd::get_HasSeparator method. Returns true if this field has a separator in C++....void FieldCollection_ () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> InsertField ( u...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. ShapeBase.allowOverlap property | Aspose.Words ...

    ShapeBase.allowOverlap property. Gets or sets a value that specifies whether this shape can overlap other shapes.... let doc = new aw . Document ( base ....by text.docx" ); let table = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. RtfLoadOptions.recognizeUtf8Text property | Asp...

    RtfLoadOptions.recognizeUtf8Text property. When set to ``true``, will try to detect UTF8 characters, they will be preserved during import....recognizeUtf8Text = recognizeUtf8Text ; let doc = new aw . Document ( base ....rtf" , loadOptions ); expect ( doc . firstSection . body . getText...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. HtmlSaveOptions.exportTextInputFormFieldAsText ...

    HtmlSaveOptions.exportTextInputFormFieldAsText property. Controls how text input form fields are saved to HTML or MHTML... let doc = new aw . Document ( base .... imagesFolder = imagesDir ; doc . save ( base . artifactsDir...

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