Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 195,974 for

new

(0.12 sec)
  1. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...another file: Scene scene = new Scene ( "huge-scene.obj" ); //.... CreateChildNode ( "box" , new Box ()); // scale geometries...

    docs.aspose.com/3d/zh/net/scale-geometries-of-a...
  2. Convert PowerPoint to Animated GIF|Aspose.Slide...

    Convert PowerPoint to animated GIF: PPT to GIF, PPTX to GIF, with Aspose.Slides API....settings: Presentation pres = new Presentation ( "pres.pptx" );...in Java: Presentation pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/androidjava/convert-powe...
  3. Aspose.OCR test - Free Support Forum - aspose.com

    How can I try Aspose.OCR? I installed the package from NuGet, but when I run api.Recognize, the application freezes. Do I need a trial license?...Here is the code: Dim api = New OCR.AsposeOcr() Dim settings...settings As RecognitionSettings = New RecognitionSettings() settings...

    forum.aspose.com/t/aspose-ocr-test/311268
  4. Font.SmallCaps | Aspose.Words for .NET

    Discover the Font SmallCaps property. Easily format text in small capital letters for enhanced readability and a stylish look in your designs.... Document doc = new Document (); Paragraph para =...regular capitals: Run run = new Run ( doc , "all capitals" );...

    reference.aspose.com/words/net/aspose.words/fon...
  5. 计算一系列单元格的总和|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....SharedStringPart does not exist, create a new one. SharedStringTablePar shareStringPart...the cell. result . CellValue = new CellValue ( index . ToString...

    docs.aspose.com/cells/zh/net/calculate-the-sum-...
  6. Split PDF programmatically|Aspose.PDF for Java

    This topic shows how to split PDF pages into individual PDF files in your Java applications....For each iteration, create a new Document object and add the individual...the empty document. Save the new PDF using Save method. The following...

    docs.aspose.com/pdf/java/split-document/
  7. Manipulate custom properties of a 3D Scene|Docu...

    Developers can Add, retrieve, and remove custom properties of 3D objects. RemoveProperty, GetProperty, SetProperty members of 3D objects are a set of short-handed methods to manipulate customized properties of the object....initialize a scene Scene scene = new Scene (); // create a Box instance.... CreateChildNode ( "box" , new Box ()); // add custom property...

    docs.aspose.com/3d/net/manipulate-custom-proper...
  8. ParagraphFormat.addSpaceBetweenFarEastAndAlpha ...

    ParagraphFormat.addSpaceBetweenFarEastAndAlpha property. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of Latin text and regions of East Asian text in the current paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...// and then starts a new line, adding a new paragraph. builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Load Specific Worksheets in a Workbook with Nod...

    Learn how to load specific worksheets in a workbook using Aspose.Cells for Node.js via C++. Improve performance and reduce memory consumption....__dirname , "data" ); // Define a new Workbook. let workbook ; // Load...worksheet only. const loadOptions = new AsposeCells . LoadOptions ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/load-specific-...
  10. ImageSaveOptions.Resolution | Aspose.Words for ...

    Optimize your images with ImageSaveOptions! Control horizontal and vertical resolution in DPI for stunning quality and clarity. Enhance your visuals today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . Name = "Times New Roman" ; builder . Font . Size...

    reference.aspose.com/words/net/aspose.words.sav...