Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 219,217 for

formatting

(0.28 sec)
  1. Stroke.transparency property | Aspose.Words for...

    Stroke.transparency property. Gets or sets a value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency of the stroke....Examples Show how to set marker formatting. doc = aw . Document () builder...0.8 , 1.7 ]) # Set marker formatting. series . marker . size =...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Manage Zooms in Presentations with Python|Aspos...

    Create and customize Zoom with Aspose.Slides for Python via .NET — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... fill_format . fill_type = slides . FillType...slide2 . background . fill_format . solid_fill_color . color...

    docs.aspose.com/slides/python-net/manage-zoom/
  3. RowFormat.height property | Aspose.Words for No...

    RowFormat.height property. Gets or sets the height of the table row in points....Examples Shows how to create a formatted table using DocumentBuilder...leftIndent = 20 ; // Set some formatting options for text and table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. IFieldResultFormatter.format_numeric method | A...

    IFieldResultFormatter.format_numeric method. Called when Aspose.Words applies a numeric format switch, i.e...format_numeric method format_numeric(value, format) Called when...a numeric format switch, i.e. \# “#.##”. def format_numeric (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. How to Merge Word Documents using Java

    This topic describes how to merge Word document using Java. It includes all the steps to set up the environment, a list of stepwise tasks and and an example code to merge DOCX files in Java....document using different formatting options including using the...the destination formatting, the source formatting, or keeping only...

    kb.aspose.com/words/java/how-to-merge-word-docu...
  6. 用C++读写工作表的查询表|Documentation

    学习如何使用Aspose.Cells和C++读取和写入Excel工作表中的查询表。...std :: cout << "Preserve Formatting: " << qt . GetPreserveFormattin...endl ; // Now set Preserve Formatting to true qt . SetPreserveFormattin...

    docs.aspose.com/cells/zh/cpp/reading-and-writin...
  7. Features|Aspose.Words for .NET

    Aspose.Words for .NET provides users with a wide range of features from simply converting and modifying documents to creating structured and visually appealing documents or automating reporting using C#....documents from one supported format to another and modifying those...reporting. Modern document formats and standards are complex,...

    docs.aspose.com/words/net/features/
  8. Blank column disaapear when there is no data - ...

    I am encountered a problem while extracting taxt from a PDF. I have a PDF of account statement in table. Check sample1.pdf and sample2.pdf. The output of both the PDF differ greatly. The sample1.pdf don’t have any debit…...TextFormattingMode to keep formatting in extracted text. Please...Your approach of using Pure formatting while extracting text didn’t...

    forum.aspose.com/t/blank-column-disaapear-when-...
  9. Aspose::Words::Paragraph class | Aspose.Words f...

    Aspose::Words::Paragraph class. Represents a paragraph of text. To learn more, visit the documentation article in C++....Provides access to the frame formatting properties. get_HasChildNodes...get_IsFormatRevision () Returns true if formatting of the object was changed...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. How to Create a Table in C++|Aspose.Words for C++

    Different ways to create tables using C++. Create table in C++ for your document. Add a table in C++....presents details on how to add formatted tables to your document using...property to specify cell formatting Insert the cell content using...

    docs.aspose.com/words/cpp/create-a-table/