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

doc

(0.09 sec)
  1. FieldNoteRef Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldNoteRef class for seamless integration of NOTEREF fields, enhancing Document referencing and management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "CrossReference:...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Aspose::Words::Document::RemoveExternalSchemaRe...

    Aspose::Words::Document::RemoveExternalSchemaReferences method. Removes external XML schema references from this Document in C++.... auto doc = System :: MakeObject < Aspose..."External XML schema.docx" ); doc -> RemoveExternalSchema (); See...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. DocumentBuilderOptions | Aspose.Words for Java

    Allows to specify additional options for the Document building process in Java.... Document doc = new Document(); DocumentBuilderOptio...builder = new DocumentBuilder(doc, builderOptions); // Adds content...

    reference.aspose.com/words/java/com.aspose.word...
  4. VariableCollection.remove_at method | Aspose.Wo...

    VariableCollection.remove_at method. Removes a Document variable at the specified index.... doc = aw . Document () variables = doc . variables...builder = aw . DocumentBuilder ( doc ) field = builder . insert_field...

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

    aspose.words.saving.OoxmlSaveOptions class. Can be used to specify additional options when saving a Document into the [SaveFormat.DocX](../../aspose.words/saveformat/#DocX), [SaveFormat.DocM](../../aspose.words/saveformat/#DocM), [SaveFormat.DOTX](../../aspose.words/saveformat/#DOTX), [SaveFormat.DOTM](../../aspose.words/saveformat/#DOTM) or [SaveFormat.FLAT_OPC](../../aspose.words/saveformat/#FLAT_OPC) format...files used when saving to a DOC or DOCX file. By default this...saved document to adhere to. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.Convert error when converting digital ...

    We are merging PDF’s and then trying to convert the PDF to Pdf_A_2A. We dont need the old signature we simply just want to merge the Document. We get an error after trying to upgrade to 24.8.0 or higher, we also see the…...new MemoryStream(bytes); var doc = new Pdf.Document(stream); pdfDokument...pdfDokument .Pages.Add(doc.Pages); } using var ms = new MemoryStream();...

    forum.aspose.com/t/document-convert-error-when-...
  7. Chart class | Aspose.Words for Python

    aspose.words.drawing.charts.Chart class. Provides access to the chart shape properties... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a chart shape with...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldUserAddress Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldUserAddress class for seamless integration of USERADDRESS fields, enhancing Document automation and personalization.... Document doc = new Document (); // Create...Address = "123 Main Street" ; doc . FieldOptions . CurrentUser...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Convert PPTX to Word in Python | products.aspos...

    Convert PPTX to Word in Python. Use Python library API to convert PowerPoint to Word...pptx" ) doc = words . Document() builder...builder = words . DocumentBuilder(doc) for index in range(presentation...

    products.aspose.com/slides/python-net/conversio...
  10. Convert PPT to Word in Java | products.aspose.com

    Convert PPT to Word in Java. Use Java library API to convert PowerPoint to Word...inputPres ); try { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); for ( ISlide slide : pres...

    products.aspose.com/slides/java/conversion/ppt-...