Sort Score
Result 10 results
Languages All
Labels All
Results 5,841 - 5,850 of 157,121 for

doc

(0.07 sec)
  1. Hyphenation.UnregisterDictionary | Aspose.Words...

    Effortlessly remove hyphenation dictionaries for any language with the UnregisterDictionary method, enhancing text clarity and readability.... Document doc = new Document ( MyDir + "German...text.docx" ); Assert . True ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/hyp...
  2. Aspose::Words::Tables::CellMerge enum | Aspose....

    Aspose::Words::Tables::CellMerge enum. Specifies how a cell in a table is merged with other cells in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a cell into the...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. EditableRange.editor_group property | Aspose.Wo...

    EditableRange.editor_group property. Returns or sets an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this editable range.... doc = aw . Document () doc . protect ( type...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( "Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ParagraphFormat.ClearFormatting | Aspose.Words ...

    Reset your paragraph formatting effortlessly with the ClearFormatting method, ensuring a polished and professional look for your Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A list allows us to organize...

    reference.aspose.com/words/net/aspose.words/par...
  5. Paragraph.isListItem property | Aspose.Words fo...

    Paragraph.isListItem property. True when the paragraph is an item in a bulleted or numbered list in original revision.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A list allows us to organize...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Paragraph.IsListItem | Aspose.Words for .NET

    Discover the Paragraph IsListItem property, indicating if a paragraph is part of a bulleted or numbered list in its original revision. Enhance your Document's structure!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A list allows us to organize...

    reference.aspose.com/words/net/aspose.words/par...
  7. WrapSide Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.WrapSide enum to control text wrapping around shapes and images, enhancing Document layout and readability.... Document doc = new Document ( MyDir + "Textboxes...canvas.docx" ); Shape [] shapes = doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.dra...
  8. ParagraphFormat.DropCapPosition | Aspose.Words ...

    Discover the ParagraphFormat DropCapPosition property to easily customize your drop cap text position for enhanced Document design and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A list allows us to organize...

    reference.aspose.com/words/net/aspose.words/par...
  9. ResourceLoadingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Loading.ResourceLoadingArgs class, designed to enhance resource loading efficiency in your applications. Unlock seamless integration today!...ResourceLoadingCallb () { Document doc = new Document (); doc . ResourceLoadingCallb...builder = new DocumentBuilder ( doc ); // Images usually are inserted...

    reference.aspose.com/words/net/aspose.words.loa...
  10. Aspose::Words::Saving::PdfSaveOptions::get_Expo...

    Aspose::Words::Saving::PdfSaveOptions::get_ExportDocumentStructure method. Gets or sets a value determining whether or not to export Document structure in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words.sav...