Sort Score
Result 10 results
Languages All
Labels All
Results 5,291 - 5,300 of 170,549 for

doc

(0.17 sec)
  1. HeaderFooterType enumeration | Aspose.Words for...

    aspose.words.HeaderFooterType enumeration. Identifies the type of header or footer found in a Word file.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify that we want different...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Border.equals method | Aspose.Words for Node.js

    Border.equals method. Determines whether the specified border is equal in value to the current border.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. LayoutOptions.continuous_section_page_numbering...

    LayoutOptions.continuous_section_page_numbering_restart property. Gets or sets the mode of behavior for computing page numbers when a continuous section restarts the page numbering.... doc = aw . Document ( file_name =...reset to 2 from the second page. doc . layout_options . continuou...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartNumberFormat class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartNumberFormat class. Represents number formatting of the parent element... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldIf.evaluate_condition method | Aspose.Word...

    FieldIf.evaluate_condition method. Evaluates the condition.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Statement...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartDataTable.format property | Aspose.Words f...

    ChartDataTable.format property. Provides access to fill of text background and border formatting of the data table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

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

    Manage the IsDirty property to ensure your field data stays accurate and up-to-date, enhancing Document integrity and performance.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Give the document's built-in...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::Fields::FieldInfo::get_InfoType ...

    Aspose::Words::Fields::FieldInfo::get_InfoType method. Gets or sets the type of the Document property to insert in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set a value for the "Comments"...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Body::EnsureMinimum method | Asp...

    Aspose::Words::Body::EnsureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph in C++.... auto doc = System :: MakeObject < Aspose...document node with no children. doc -> RemoveAllChildren (); // This...

    reference.aspose.com/words/cpp/aspose.words/bod...
  10. ChartDataLabelCollection.show_percentage proper...

    ChartDataLabelCollection.show_percentage property. Allows to specify whether percentage value is to be displayed for the data labels of the entire series... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) chart = builder . insert_chart...

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