Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 176,669 for

document formatting

(0.65 sec)
  1. 使用JavaScript通过C++读取和写入工作表的查询表。|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Cells initialized" ); document . getElementById ( 'runExample'...). disabled = false ; }); document . getElementById ( 'runExample'...

    docs.aspose.com/cells/zh/javascript-cpp/reading...
  2. ListTrailingCharacter enumeration | Aspose.Word...

    Aspose.Words.Lists.ListTrailingCharacter enumeration. Specifies the character that separates the list label from the text of the paragraph....how to apply custom list formatting to paragraphs when using...DocumentBuilder. let doc = new aw . Document (); // A list allows us to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Copy Range Data Only with C++|Documentation

    Learn how to copy range data only without Formatting using Aspose.Cells with C++....copying the data only, not the formatting. Aspose.Cells offers this...specified formatting attributes. Apply the style formatting to the...

    docs.aspose.com/cells/cpp/copy-range-data-only/
  4. DocumentBuilder.end_table method | Aspose.Words...

    DocumentBuilder.end_table method. Ends a table in the Document....end_table() Ends a table in the document. def end_table ( self ): ...custom borders. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Supported File Formats C++|Aspose.PDF for C++

    This page shows which Aspose.PDF for C++ can load and save file formats....Supported File Formats C++ Contents [ Hide ] The following table...table indicates the file formats that Aspose.PDF for C++ can load...

    docs.aspose.com/pdf/cpp/supported-file-formats/
  6. ListLevel.number_position property | Aspose.Wor...

    ListLevel.number_position property. Returns or sets the position (in points) of the number or bullet for the list level....how to apply custom list formatting to paragraphs when using...DocumentBuilder. doc = aw . Document () # A list allows us to organize...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Paragraph::get_FrameFormat metho...

    Aspose::Words::Paragraph::get_FrameFormat method. Provides access to the frame Formatting properties in C++....Provides access to the frame formatting properties. System :: SharedPtr...to get information about formatting properties of paragraphs...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. Stroke.back_color property | Aspose.Words for P...

    Stroke.back_color property. Gets or sets the background color of the stroke....to set marker formatting. doc = aw . Document () builder = aw...0.8 , 1.7 ]) # Set marker formatting. series . marker . size =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Stroke.fore_color property | Aspose.Words for P...

    Stroke.fore_color property. Gets or sets the foreground color of the stroke....to set marker formatting. doc = aw . Document () builder = aw...0.8 , 1.7 ]) # Set marker formatting. series . marker . size =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Split Table in C#|Aspose.Words for .NET

    Split table in C#. How to split one table into two separate tables C#....Words Document Object Model, is made up of...separate tables. Q: Will the formatting (borders, shading, etc.)...

    docs.aspose.com/words/net/split-table/