Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 83,289 for

object

(0.17 sec)
  1. 更改行或列的字体和颜色|Documentation

    本文介绍如何在GridDesktop中更改行或列的字体和颜色。...//Creating a customized Font object Font font = new Font ( "Arial"...column to the customized Font object column . SetFont ( font );...

    docs.aspose.com/cells/zh/net/aspose-cells-gridd...
  2. How to Draw Shapes in C#

    This step by step tutorial elaborates how to draw shapes in C#. It helps you draw circle in C#. To draw ellipse C# code is provided as well....Bitmap object of required dimensions Create a Graphics object from...Bitmap object created above Create a new Pen tool object with required...

    kb.aspose.com/drawing/net/how-to-draw-shapes-in...
  3. Fill | Aspose.Words for Java

    Represents fill formatting for an Object in Java....Object public class Fill Represents...Represents fill formatting for an object. To learn more, visit the Working...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::EditableRangeStart class | Aspos...

    Aspose::Words::EditableRangeStart class. Represents a start of an editable range in a Word document. To learn more, visit the documentation article in C++....Words Document Object Model (DOM) documentation article...get_EditableRange () Gets the facade object that encapsulates this editable...

    reference.aspose.com/words/cpp/aspose.words/edi...
  5. Save a 3D Document in different 3D Formats usin...

    The Scene class of the Aspose.3D API represents a 3D document and developers can save its Object in any supported file format....and developers can save its object in any supported file format...complete path or a file stream object. Aspose.3D API offers another...

    docs.aspose.com/3d/net/save-a-3d-document/
  6. Print PDF in WPF application|Aspose.PDF for .NET

    C# Print PDF documents from a WPF application. This code sample shows how to print PDF documents from a WPF application using C#....MemoryStream object. Associate MemoryStream object with Xps Package...

    docs.aspose.com/pdf/net/print-pdf-document-in-w...
  7. CssSavingArgs class | Aspose.Words for Python

    aspose.words.saving.CssSavingArgs class. Provides data for the [ICssSavingCallback.css_saving()](../icsssavingcallback/css_saving/#csssavingargs) event...by providing your own stream object. To save CSS into stream, use...document Gets the document object that is currently being saved...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ListLevel.get_effective_value method | Aspose.W...

    ListLevel.get_effective_value method. Reports the string representation of the [ListLevel](../) Object for the specified index of the list item...representation of the ListLevel object for the specified index of...NumberStyle of the ListLevel object. custom_number_style_format...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Extracting text from passport images|Documentation

    How to digitize scanned or photographed passports by automatically extracting text from them....OcrInput object and returns a RecognitionResult object containing...(); // Add images to OcrInput object Aspose . OCR . OcrInput input...

    docs.aspose.com/ocr/net/recognition/passport/
  10. Add Table to PDF using Java | Aspose.PDF

    Adding table in PDF file programmatically with Java sample code using Aspose.PDF for Java... Create Table object. Set table setting (e.g. set...row_count + ", 3)" ); } able object to first page of input document...

    products.aspose.com/pdf/java/table/add/