Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 30,925 for

doc

(0.05 sec)
  1. Using XPS graphic utilities | Java

    Learn how to easily generate images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for Java...Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/page/java/xps/graphic-utilities/
  2. Aspose::Words::Settings::ViewOptions class | As...

    Aspose::Words::Settings::ViewOptions class. Provides various options that control how a Document is shown in Microsoft Word. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_ViewOptions...

    reference.aspose.com/words/cpp/aspose.words.set...
  3. Paragraph.get_text method | Aspose.Words for Py...

    Paragraph.get_text method. Gets the text of this paragraph including the end of paragraph character.... doc = aw . Document () # An empty...paragraph. self . assertEqual ( 1 , doc . first_section . body . paragraphs...

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

    Discover the BuiltInDocumentProperties Words property, offering an accurate word count estimate for your Documents to enhance editing efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Lorem...

    reference.aspose.com/words/net/aspose.words.pro...
  5. Aspose::Words::ParagraphFormat::get_Alignment m...

    Aspose::Words::ParagraphFormat::get_Alignment method. Gets or sets text alignment for the paragraph in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Font > font =...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. Range.update_fields method | Aspose.Words for P...

    Range.update_fields method. Updates the values of Document fields in this range.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_field (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BookmarkCollection.remove method | Aspose.Words...

    aspose.words.BookmarkCollection.remove method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert five bookmarks with...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PageSetup.layoutMode property | Aspose.Words fo...

    PageSetup.layoutMode property. Gets or sets the layout mode of this section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Enable pitching, and then...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Fonts::EmbeddedFontStyle enum | ...

    Aspose::Words::Fonts::EmbeddedFontStyle enum. Specifies the style of an embedded font inside a FontInfo object in C++.... auto doc = MakeObject < Document > ( MyDir...< FontInfo > embeddedFont = doc -> get_FontInfos () -> idx_get...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. CleanupOptions.duplicateStyle property | Aspose...

    CleanupOptions.duplicateStyle property. Gets/sets a flag indicating whether duplicate styles should be removed from Document... let doc = new aw . Document (); // Add...of the first. let myStyle = doc . styles . add ( aw . StyleType...

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