Sort Score
Result 10 results
Languages All
Labels All
Results 6,441 - 6,450 of 170,567 for

doc

(0.1 sec)
  1. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::get_XmlMapping method. Gets an object that represents the mapping of this structured Document tag range to XML data in a custom XML part of the current Document in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. AdjustmentCollection indexer | Aspose.Words for...

    AdjustmentCollection indexer. Returns an adjustment at the specified index.... doc = aw . Document ( file_name =...rectangle shape.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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-...
  4. Aspose::Words::Fields::FieldMacroButton::get_Di...

    Aspose::Words::Fields::FieldMacroButton::get_DisplayText method. Gets or sets the text to appear as the "button" that is selected to run the macro or command in C++.... auto doc = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); ASSERT_TRUE ( doc -> get_HasMacros ());...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. DigitalSignature.signatureType property | Aspos...

    DigitalSignature.signatureType property. Gets the type of the digital signature.... const doc = new aw . Document ( base ....docx" ); for ( var i = 0 ; i < doc . digitalSignatures . count ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DigitalSignature.signTime property | Aspose.Wor...

    DigitalSignature.signTime property. Gets the time the Document was signed.... const doc = new aw . Document ( base ....docx" ); for ( var i = 0 ; i < doc . digitalSignatures . count ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Stroke.back_theme_color property | Aspose.Words...

    Stroke.back_theme_color property. Gets or sets a ThemeColor object that represents the stroke background color.... doc = aw . Document ( file_name =...gradient outline.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Fill.gradient_angle property | Aspose.Words for...

    Fill.gradient_angle property. Gets or sets the angle of the gradient fill.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Cell | Aspose.Words for Java

    Represents a table cell in Java....Document doc = new Document(); Table table = new Table(doc); doc...paragraph. Row firstRow = new Row(doc); table.appendChild(firstRow);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Working with Charts in C++|Aspose.Words for C++

    Introduction to Chart feature, how to create and manipulate charts using C++....how to set series color: auto doc = System :: MakeObject < Document...MakeObject < DocumentBuilder > ( doc ); auto shape = builder -> InsertChart...

    docs.aspose.com/words/cpp/how-to-set-fill-and-s...