Sort Score
Result 10 results
Languages All
Labels All
Results 8,641 - 8,650 of 157,095 for

doc

(0.28 sec)
  1. Aspose::Words::Drawing::Charts::ChartTitle clas...

    Aspose::Words::Drawing::Charts::ChartTitle class. Provides access to the chart title properties. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a chart shape with...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::ShapeBase::get_IsInline...

    Aspose::Words::Drawing::ShapeBase::get_IsInline method. A quick way to determine if this shape is positioned inline with text in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Below are two wrapping...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. FlipOrientation enumeration | Aspose.Words for ...

    Aspose.Words.Drawing.FlipOrientation enumeration. Possible values for the orientation of a shape.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert an image shape and...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 有什么新功能|Aspose.PDF for Python via .NET

    本页介绍了Aspose.PDF for Python via .NET在最近发布版本中引入的最受欢迎的新功能。...md" doc = ap . Document ( input_pdf_path...resources_directory_name = "images" doc . save ( markdown_output_file_path...

    docs.aspose.com/pdf/zh/python-net/whatsnew/
  5. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::Clear method. Removes all elements from the collection in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a bookmark with...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::Drawing::Charts::ChartLegend cla...

    Aspose::Words::Drawing::Charts::ChartLegend class. Represents chart legend properties. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Layout::RevisionOptions::get_Mov...

    Aspose::Words::Layout::RevisionOptions::get_MovedFromTextColor method. Allows to specify the color to be used for areas where content was moved from Moving. Default value is ByAuthor in C++.... auto doc = System :: MakeObject < Aspose...RevisionOptions > revisionOptions = doc -> get_LayoutOptions () -> get_RevisionOptions...

    reference.aspose.com/words/cpp/aspose.words.lay...
  8. Aspose::Words::Layout::RevisionOptions::get_Sho...

    Aspose::Words::Layout::RevisionOptions::get_ShowRevisionMarks method. Allow to specify whether revision text should be marked with special formatting markup. Default value is true in C++.... auto doc = System :: MakeObject < Aspose...RevisionOptions > revisionOptions = doc -> get_LayoutOptions () -> get_RevisionOptions...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Template method. Gets or sets the informational name of the Document template in C++.... auto doc = System :: MakeObject < Aspose...BuiltInDocumentPrope > properties = doc -> get_BuiltInDocumentPrope ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  10. FieldGoToButton | Aspose.Words for Java

    Implements the GOTOBUTTON field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Add a GOTOBUTTON field....

    reference.aspose.com/words/java/com.aspose.word...