Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 165,038 for

new

(0.07 sec)
  1. 使用C++将工作表渲染为图像时设置默认字体|Documentation

    了解如何使用Aspose.Cells与C++在将工作表渲染为图像时设置默认字体。...GetDefaultFont() 属性设置为Courier New获取的,第二张图片是通过将 ImageOrPrintOptions...GetDefaultFont() 属性设置为Times New Roman获取的。 将 ImageOrPrintOptions...

    docs.aspose.com/cells/zh/cpp/set-default-font-w...
  2. Create User-defined Cell in the ShapeSheet in P...

    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....instance of Diagram $diagram = new Diagram ( $dataDir . "Drawing...Initialize user object $user = new User (); $user -> setName ( "UserDefineCell"...

    docs.aspose.com/diagram/java/create-user-define...
  3. Comparer.CompareToImages | Aspose.Words for .NET

    Effortlessly compare documents with CompareToImages, saving differences as images for each page, enhancing clarity and visual analysis....CompareToImages ( firstDoc , secondDoc , new ImageSaveOptions ( SaveFormat...SaveFormat . Png ), "Author" , new DateTime ()); using ( FileStream firstStreamIn...

    reference.aspose.com/words/net/aspose.words.low...
  4. Body | Aspose.Words for .NET

    Create and customize a New Body instance effortlessly with our intuitive constructor. Experience seamless integration for your projects today!...Body constructor Initializes a new instance of the Body class. public...document by hand. Document doc = new Document (); // A blank document...

    reference.aspose.com/words/net/aspose.words/bod...
  5. Paragraph | Aspose.Words for .NET

    Create dynamic content effortlessly with our Paragraph constructor. Easily initialize and customize your Paragraph class for enhanced readability....Paragraph constructor Initializes a new instance of the Paragraph class...document by hand. Document doc = new Document (); // A blank document...

    reference.aspose.com/words/net/aspose.words/par...
  6. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it in Java....Document doc = new Document(); Comment newComment = new Comment(doc);...setInitial("VD"); newComment.setDateTime(new Date()); } newComment.setText("Comment...

    reference.aspose.com/words/java/com.aspose.word...
  7. ControlChar.CrLf | Aspose.Words for .NET

    Discover ControlChar CrLf, the key to efficient text formatting. Learn how carriage return and line feed enhance paragraph breaks in text files....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...break." ); // Add a new line and starts a new paragraph. Assert...

    reference.aspose.com/words/net/aspose.words/con...
  8. ControlChar.NonBreakingSpace | Aspose.Words for...

    Discover ControlChar's NonBreakingSpace field for seamless formatting. Enhance your text with the x00a0 character for improved readability!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...break." ); // Add a new line and starts a new paragraph. Assert...

    reference.aspose.com/words/net/aspose.words/con...
  9. ControlChar.SectionBreakChar | Aspose.Words for...

    Discover the ControlChar SectionBreakChar field, optimize your document formatting with the essential end-of-section character for seamless text flow....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...break." ); // Add a new line and starts a new paragraph. Assert...

    reference.aspose.com/words/net/aspose.words/con...
  10. Aspose.OCR for .NET when used to OCR with PDF i...

    Hi Team, I am working on replacing a 3rd party software which was used to OCR images and PDF file with images in an application. I have used Aspose.OCR and Aspose.PDF in my POC application for replacement of that 3rd pa…...license = new Aspose.Pdf.License(); // License license = new License();...using (MemoryStream stream = new MemoryStream(System.Text.Encoding...

    forum.aspose.com/t/aspose-ocr-for-net-when-used...