Sort Score
Result 10 results
Languages All
Labels All
Results 8,561 - 8,570 of 182,452 for

doc

(0.24 sec)
  1. Table.absoluteHorizontalDistance property | Asp...

    Table.absoluteHorizontalDistance property. Gets or sets absolute horizontal floating table position specified by the table properties, in points... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Table.RelativeVerticalAlignment | Aspose.Words ...

    Discover the Table RelativeVerticalAlignment property to easily manage vertical alignment for floating tables, enhancing your layout's precision and design.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  3. ChartSeriesGroup.SecondSectionSize | Aspose.Wor...

    Discover how to adjust the SecondSectionSize property in ChartSeriesGroup to customize your pie chart's secondary section size effectively.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Does Aspose.Words.Cpp support inserting LaTeX f...

    Hi, Does Aspose.Words.Cpp support inserting LaTeX formulas? And save in .Docx format. Best regards,...math formula into html: auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); const String html = u"<math...

    forum.aspose.com/t/does-aspose-words-cpp-suppor...
  5. Table.absoluteVerticalDistance property | Aspos...

    Table.absoluteVerticalDistance property. Gets or sets absolute vertical floating table position specified by the table properties, in points... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentProperty.Value | Aspose.Words for .NET

    Discover how to efficiently manage DocumentProperty values—easily retrieve or update property values for enhanced Document control and productivity.... Document doc = new Document ( MyDir + "Properties...$"Document filename:\n\t \" { doc . OriginalFileName } \ "" );...

    reference.aspose.com/words/net/aspose.words.pro...
  7. ChartDataLabelCollection.orientation property |...

    ChartDataLabelCollection.orientation property. Gets or sets the text orientation of the data labels of the entire series.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. C# API to Export CGM to PCL | products.aspose.com

    Convert CGM to PCL without using Microsoft Word...for converting CGM files to DOC. It provides a range of features...ability to convert CGM files to DOC. It also supports a range of...

    products.aspose.com/total/net/conversion/cgm-to...
  9. SignatureLine | Aspose.Words for Java

    Provides access to signature line properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); SignatureLineOptions options...

    reference.aspose.com/words/java/com.aspose.word...
  10. Add HTML String using DOM in Ruby|Aspose.PDF fo...

    Discover how to add an HTML string to a PDF Document using the DOM API in Ruby with Aspose.PDF for dynamic content generation....Instantiate Document object doc = Rjb :: import ( ' com . aspose...collection of PDF file page = doc . getPages (). add () # Instantiate...

    docs.aspose.com/pdf/java/add-html-string-using-...