Sort Score
Result 10 results
Languages All
Labels All
Results 6,811 - 6,820 of 182,444 for

doc

(0.2 sec)
  1. SubDocument.node_type property | Aspose.Words f...

    SubDocument.node_type property. Returns [NodeType.SUB_DocUMENT](../../nodetype/#SUB_DocUMENT).... doc = aw . Document ( file_name =...document.docx' ) sub_documents = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Building Reports in Java|Aspose.Words for Java

    Learn how to build reports a template using LINQ in Java.... Document doc = ... // Loading a template document...ReportingEngine (); engine . buildReport ( doc , dataSet , “ ds ” ); Given a...

    docs.aspose.com/words/java/building-reports/
  3. Splitter | Aspose.Words for Java

    Provides methods intended to split the Documents into parts using different criteria in Java.... String doc = getMyDir() + "Big document...create(splitterContext) .from(doc) .to(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...
  4. SdtDateStorageFormat Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Markup.SdtDateStorageFormat enhances date handling in SDTs, ensuring seamless XML data integration in your Documents.... Document doc = new Document (); // Insert...= new StructuredDocumentTa ( doc , SdtType . Date , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  5. 将HTML转换为PDF在Python中|Aspose.PDF for Python via Java

    本主题向您展示如何使用Aspose.PDF. for Python将HTML转换为PDF和MHTML转换为PDF。... read () doc = Api . Document ( byte_array...documentOutName = "result_fromHtml.pdf" doc . save ( documentOutName ) #...

    docs.aspose.com/pdf/zh/python-java/convert-html...
  6. OptionButtonControl Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.OptionButtonControl class, perfect for creating exclusive choice options in your applications. Enhance user experience today!... Document doc = new Document ( MyDir + "Radio...); Shape shape1 = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  7. PageSetup.OtherPagesTray | Aspose.Words for .NET

    Discover the PageSetup OtherPagesTray property to easily customize paper tray settings for your printer. Optimize printing efficiency for every section!... Document doc = new Document (); // Find the...foreach ( Section section in doc . Sections . OfType < Section...

    reference.aspose.com/words/net/aspose.words/pag...
  8. StructuredDocumentTag.Clear | Aspose.Words for ...

    Effortlessly clear contents of your structured Document tag with the Clear method, and show a defined placeholder for enhanced Document management.... Document doc = new Document (); // Create... ( doc , SdtType . PlainText , MarkupLevel . Block ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.mar...
  9. TableStyle.ColumnStripe | Aspose.Words for .NET

    Discover the TableStyle ColumnStripe property to easily customize odd/even column banding for a polished, professional look in your tables.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can configure a conditional...

    reference.aspose.com/words/net/aspose.words/tab...
  10. SdtListItem.value property | Aspose.Words for N...

    SdtListItem.value property. Gets the value of this list item.... let doc = new aw . Document (); let tag...Markup . StructuredDocumentTa ( doc , aw . Markup . SdtType . DropDownList...

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