Sort Score
Result 10 results
Languages All
Labels All
Results 8,991 - 9,000 of 182,455 for

doc

(0.25 sec)
  1. Working with Headers and Footers|Aspose.Words f...

    Create, manage, and remove headers and footers in a Document using Python....HeaderFooterType doc = Document ( "input.docx" ) header = doc . sections...HeaderFooterType doc = Document ( "input.docx" ) prev_header = doc . sections...

    docs.aspose.com/words/python-net/working-with-h...
  2. Java API to Export EPUB to PCL | products.aspos...

    Convert EPUB to PCL using on premise Java API...is to render the EPUB file to DOC using Aspose.PDF for Java. Aspose...files to DOC. Once the EPUB file has been rendered to DOC, the second...

    products.aspose.com/total/java/conversion/epub-...
  3. 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...
  4. ChartDataLabelCollection.Orientation | Aspose.W...

    Discover the ChartDataLabelCollection Orientation property to easily customize text orientation for your data labels, enhancing your chart's clarity and impact.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 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...
  6. 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...
  7. Aspose::Words::Drawing::Charts::Chart::get_Seri...

    Aspose::Words::Drawing::Charts::Chart::get_SeriesGroups method. Provides access to a series group collection of this chart in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::Charts::ChartFormat::Se...

    Aspose::Words::Drawing::Charts::ChartFormat::SetDefaultFill method. Resets the fill of the chart element to have the default value in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Fonts::MemoryFontSource::get_Typ...

    Aspose::Words::Fonts::MemoryFontSource::get_Type method. Returns the type of the font source in C++....MemoryFontSource > ( fontBytes , 0 ); auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> set_FontSettings ( System...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. 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...