Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 167,159 for

new

(0.09 sec)
  1. Urobiť PDF Pomocou C#

    Vytvorte nový PDF v C# v niekoľkých krokoch. Jednoducho vytvorte PDF pomocou knižnice .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/sk/net/make/pdf/
  2. PDF Highlights Annotation|Aspose.PDF for Java

    标记注释在文档的文本中以高亮、下划线、删除线或波浪下划线的形式呈现。...加载PDF文件 Document document = new Document ( _dataDir + "sample...); TextFragmentAbsorber tfa = new TextFragmentAbsorber ( "PDF"...

    docs.aspose.com/pdf/zh/java/highlights-annotation/
  3. ImageSaveOptions.PageSet | Aspose.Words for .NET

    Discover the ImageSaveOptions PageSet property to customize your document rendering. Control which pages to save for optimized output. Explore now!... Document doc = new Document ( MyDir + "Images.docx"...ImageSaveOptions imageOptions = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Custom PowerPoint Font|Aspose.Slides for PHP Do...

    PowerPoint custom fonts...presentation/slide rendering $pres = new Presentation ( "DefaultFonts...setDocumentLevelFont property: $Array = new JavaClass ( "java.lang.reflect...

    docs.aspose.com/slides/php-java/custom-font/
  5. Merger.Merge | Aspose.Words for .NET

    Effortlessly combine multiple documents into one with our Merger Merge method. Streamline your workflow with customizable file options today!...docx" , new [] { inputDoc1 , inputDoc2 });...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Password =...

    reference.aspose.com/words/net/aspose.words.low...
  6. Create a presentation document|Aspose.Slides Do...

    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.... Presentation = new Presentation (); CreatePresentationPa...slideMasterIdList1 = new SlideMasterIdList ( new SlideMasterId ()...

    docs.aspose.com/slides/net/create-a-presentatio...
  7. Aspose.3D Create sphere with material | product...

    Learn how to create a 3D scene with a Sphere object and has material definition.... We'll start by creating a new scene using the Aspose.3D library...following code shows how to create a new 3D scene //ExStepSummary:1: The...

    products.aspose.com/3d/tutorial/create-sphere-w...
  8. How to Split Mesh by HalfSpace in Aspose.3D|Doc...

    Learn how to split 3D meshes using HalfSpace planes in Aspose.3D...() { // Create a new 3D scene Scene scene = new Scene (); // Create...by default) Mesh boxMesh = ( new Box ()). ToMesh (); Node boxNode...

    docs.aspose.com/3d/net/developer-guide/3d-model...
  9. PersonCollection.Contains | Aspose.Words for .NET

    Discover if a PersonCollection includes a specific individual with our efficient Contains method. Simplify your data management today!...Create a new person collection. PersonCollection persons = new PersonCollection...PersonCollection (); Person person = new Person ( "Roxanne" , "Brielle"...

    reference.aspose.com/words/net/aspose.words.bib...
  10. Urobiť DOCX Pomocou C#

    Vytvorte nový DOCX v C# v niekoľkých krokoch. Jednoducho vytvorte DOCX pomocou knižnice .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/sk/net/make/docx/