Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 32,572 for

doc

(0.12 sec)
  1. Aspose::Words::Fields::FieldIncludePicture::get...

    Aspose::Words::Fields::FieldIncludePicture::get_IsLinked method. Gets or sets whether to reduce the file size by not storing graphics data with the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are two similar field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Aspose::Words::Fields::FieldImport::get_SourceF...

    Aspose::Words::Fields::FieldImport::get_SourceFullName method. Gets or sets the location of the picture in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are two similar field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Fields::FieldIncludePicture::get...

    Aspose::Words::Fields::FieldIncludePicture::get_ResizeHorizontally method. Gets or sets whether to resize the picture horizontally from the source in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are two similar field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Tables::Table::get_Style method ...

    Aspose::Words::Tables::Table::get_Style method. Gets or sets the table style applied to this table in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. ChartXValueCollection.format_code property | As...

    ChartXValueCollection.format_code property. Gets or sets the format code applied to the X values.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a Bubble chart....

    reference.aspose.com/words/python-net/aspose.wo...
  6. TxtLoadOptions.DetectHyperlinks | Aspose.Words ...

    Discover how TxtLoadOptions' DetectHyperlinks property enhances text processing by detecting hyperlinks, improving data accuracy. Default is false....com/\n" + "https://docs.aspose.com/words/net/\n" ; using...document with hyperlinks. Document doc = new Document ( stream , new...

    reference.aspose.com/words/net/aspose.words.loa...
  7. RevisionGroupCollection.Count | Aspose.Words fo...

    Discover the Count property of RevisionGroupCollection. Easily retrieve the total number of revision groups, enhancing your data management efficiency.... Document doc = new Document ( MyDir + "Revisions...docx" ); Assert . AreEqual ( 7 , doc . Revisions . Groups . Count...

    reference.aspose.com/words/net/aspose.words/rev...
  8. PageSetup.Borders | Aspose.Words for .NET

    Discover the PageSetup Borders property to easily access and customize your page borders for a polished, professional look in your Documents....Document doc = new Document (); PageSetup pageSetup = doc . Sections.... Borders . Shadow = true ; doc . Save ( ArtifactsDir + "PageSetup...

    reference.aspose.com/words/net/aspose.words/pag...
  9. Font.bold property | Aspose.Words for Python

    Font.bold property. True if the font is formatted as bold.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify font formatting...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Style.priority property | Aspose.Words for Python

    Style.priority property. Gets/sets the integer value that represents the priority for sorting the styles in the Styles task pane.... doc = aw . Document () style_title = doc . styles ...style_title . semi_hidden = True doc . save ( file_name = ARTIFACTS_DIR...

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