Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 188,834 for

formatting

(0.07 sec)
  1. 通过C++设置Excel和ODS文件的条件格式|Documentation

    如何在C++中对Excel和ODS文件应用条件格式。...Adds an empty conditional formatting int index = sheet . GetConditionalFormat...); // Sets the conditional format range. CellArea ca ; ca . StartRow...

    docs.aspose.com/cells/zh/cpp/conditional-format...
  2. Watermark class | Aspose.Words for Python

    aspose.words.Watermark class. Represents class to work with document watermark...we wish to edit the text formatting using it as a watermark,...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FontSourceBase class | Aspose.Words for Python

    aspose.words.fonts.FontSourceBase class. This is an abstract base class for the classes that allow the user to specify various font sources...detected that might result in formatting fidelity loss. Methods Name...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Convert PDF to Text in Java

    This simple tutorial guides you on how to convert PDF to Text in Java with simple API calls. Using Java PDF to Text converter application can be created in a variety of operating systems as per your requirements....document and saving it to the Text format. Moreover, using Java PDF to...output Text with or without formatting as compared to the source...

    kb.aspose.com/pdf/java/how-to-convert-pdf-to-te...
  5. Working with Sections in Python|Aspose.Words fo...

    Create and manage sections and section breaks in a document using Python. Insert section into a document Python. Remove section Python. Copy sections between Documents....that does not have the same formatting across all pages. For example...need to modify page number formats, have different page size and...

    docs.aspose.com/words/python-net/working-with-s...
  6. Working with Sections in C++|Aspose.Words for C++

    Understanding document section concepts and manipulation practices using C++. Insert section into a document C++. Remove section C++. Copy sections between Documents....that does not have the same formatting across all pages. For example...need to modify page number formats, have different page size and...

    docs.aspose.com/words/cpp/working-with-sections/
  7. Aspose::Words::Lists::ListCollection::GetEnumer...

    Aspose::Words::Lists::ListCollection::GetEnumerator method. Gets the enumerator object that will enumerate lists in the document in C++....Writeln ( String ( u "Sample formatting of list with ListId:" ) +...

    reference.aspose.com/words/cpp/aspose.words.lis...
  8. Revision.ParentNode | Aspose.Words for .NET

    Discover the Revision ParentNode property, which identifies the direct parent node of any revision type—except StyleDefinitionChange. Enhance your coding efficiency!...relates to change of Style formatting, use ParentStyle instead...IsInsertRevision ); // 2 - A "format" revision: // This revision...

    reference.aspose.com/words/net/aspose.words/rev...
  9. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…...at D (column), the borders/formatting would be retained for the...(non-formatted) cells which do not have borders/formatting, e.g...

    forum.aspose.com/t/insertcolumns-not-work-fine-...
  10. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns by the Aspose.Cells for Node.js via C++ API....Row with Formatting To insert a row with formatting options,...listed below. SameAsAbove: Formats the row same as the above row...

    docs.aspose.com/cells/nodejs-cpp/inserting-and-...