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

doc

(0.07 sec)
  1. FieldLink.InsertAsPicture | Aspose.Words for .NET

    Discover how the FieldLink InsertAsPicture property enhances your Documents by allowing linked objects to be seamlessly inserted as images....insertLinkedObjectAs ) { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are three types of...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldDde.InsertAsRtf | Aspose.Words for .NET

    Discover how the FieldDde InsertAsRtf property enhances your Document by seamlessly inserting linked objects in rich text format (RTF) for improved formatting....insertLinkedObjectAs ) { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are three types of...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Aspose::Words::Font::get_Hidden method | Aspose...

    Aspose::Words::Font::get_Hidden method. True if the font is formatted as hidden text in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // With the Hidden flag set...

    reference.aspose.com/words/cpp/aspose.words/fon...
  4. Aspose::Words::DocumentBuilder::InsertSignature...

    Aspose::Words::DocumentBuilder::InsertSignatureLine method. Inserts a signature line at the current position in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); auto signatureLineOptions...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. 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...
  6. Font.textEffect property | Aspose.Words for Nod...

    Font.textEffect property. Gets or sets the font animation effect.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . size = 36...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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...
  8. 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...
  9. 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...
  10. 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...