Sort Score
Result 10 results
Languages All
Labels All
Results 4,421 - 4,430 of 170,498 for

doc

(0.07 sec)
  1. MarkdownLoadOptions.ImportUnderlineFormatting |...

    Discover the MarkdownLoadOptions ImportUnderlineFormatting property. Control underline text formatting with a simple boolean setting. Enhance your Markdown experience!...ImportUnderlineForma = true }; Document doc = new Document ( stream , loadOptions...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph...

    reference.aspose.com/words/net/aspose.words.loa...
  2. Aspose::Words::DocumentBase::get_PageColor meth...

    Aspose::Words::DocumentBase::get_PageColor method. Gets or sets the page color of the Document. This property is a simpler version of BackgroundShape in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> set_PageColor...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. FindReplaceOptions.match_case property | Aspose...

    FindReplaceOptions.match_case property. True indicates case-sensitive comparison, false indicates case-insensitive comparison.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . writeln ( 'Ruby bought...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with Images in XPS file | .NET

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/page/zh/net/xps/working-with-im...
  5. HtmlFixedSaveOptions.remove_java_script_from_li...

    HtmlFixedSaveOptions.remove_java_script_from_links property. Specifies whether JavaScript will be removed from links... doc = aw . Document ( file_name =...remove_java_script_from_links = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartAxisTitle.overlay property | Aspose.Words ...

    ChartAxisTitle.overlay property. Determines whether other chart elements shall be allowed to overlap the title... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PlainTextDocument.Text | Aspose.Words for .NET

    Access the PlainTextDocument's text property to retrieve the Document's content as a single string, enhancing your data handling and analysis.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . Save...

    reference.aspose.com/words/net/aspose.words/pla...
  8. RevisionGroup.Text | Aspose.Words for .NET

    Explore the RevisionGroup Text property to access inserted, deleted, or moved text, enhancing your Document's formatting insights and editing efficiency.... Document doc = new Document ( MyDir + "Revisions..."Revisions.docx" ); Assert . That ( doc . Revisions . Groups . Count...

    reference.aspose.com/words/net/aspose.words/rev...
  9. Chart.seriesGroups property | Aspose.Words for ...

    Chart.seriesGroups property. Provides access to a series group collection of this chart.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ShapeBase.is_horizontal_rule property | Aspose....

    ShapeBase.is_horizontal_rule property. Returns ``True`` if this shape is a horizontal rule.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_horizontal_rule...

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