Sort Score
Result 10 results
Languages All
Labels All
Results 7,171 - 7,180 of 155,673 for

doc

(0.12 sec)
  1. Working with Text

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product......Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/note/java/working-with-text/
  2. Document.remove_external_schema_references meth...

    Document.remove_external_schema_references method. Removes external XML schema references from this Document.... doc = aw . Document ( file_name =...'External XML schema.docx' ) doc . remove_external_schema_references...

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

    aspose.words.Comment class. Represents a container for text of a comment...Constructors Name Description Comment(doc) Initializes a new instance of...of the Comment class. Comment(doc, author, initial, date_time)...

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

    aspose.words.drawing.charts.AxisCrosses enumeration. Specifies the possible crossing points for an axis.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::NodeCollection::idx_get method |...

    Aspose::Words::NodeCollection::idx_get method. Retrieves a node at the given index in C++.... auto doc = MakeObject < Document > ();...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph...

    reference.aspose.com/words/cpp/aspose.words/nod...
  6. SectionCollection | Aspose.Words for Java

    A collection of Section objects in the Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Section 1");...

    reference.aspose.com/words/java/com.aspose.word...
  7. HtmlVersion Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.HtmlVersion enum to optimize Document saving in HTML and MHTML formats, enhancing compatibility and performance.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Fields::FieldBuilder::AddArgumen...

    Aspose::Words::Fields::FieldBuilder::AddArgument method. Adds a field's argument represented by FieldArgumentBuilder to the field's code in C++.... auto doc = MakeObject < Document > ();...builder -> BuildAndInsert ( doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. FieldNoteRef.insert_reference_mark property | A...

    FieldNoteRef.insert_reference_mark property. Inserts the reference mark with the same character formatting as the Footnote Reference or Endnote Reference style.... def field_note_ref (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Create a bookmark with a footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Tables::CellFormat::get_Horizont...

    Aspose::Words::Tables::CellFormat::get_HorizontalMerge method. Specifies how the cell is merged horizontally with other cells in the row in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a cell into the...

    reference.aspose.com/words/cpp/aspose.words.tab...