Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 213,599 for

new

(0.87 sec)
  1. Get Warning Callbacks for Font Substitution|Asp...

    Learn to get warning callbacks for font substitution in Aspose.Slides for Java and display PowerPoint and OpenDocument presentations accurately.... RenderingOptions options = new RenderingOptions (); options...options . setWarningCallback ( new FontWarningHandler ()); // Load the...

    docs.aspose.com/slides/java/getting-warning-cal...
  2. Render a scene into the cubemap with six faces|...

    Using Aspose.3D for .NET API, developers can render a scene into the cubemap with six faces and save all faces into the supported image formats....//load the scene Scene scene = new Scene ( path ); //create a camera...capturing the cube map Camera cam = new Camera ( ProjectionType . Perspective...

    docs.aspose.com/3d/net/render-a-scene-into-the-...
  3. LoadOptions | Aspose.Words for .NET

    Discover the LoadOptions constructor, designed to effortlessly initialize a New instance with default values for optimal performance and efficiency....LoadOptions() Initializes a new instance of this class with default...found. LoadOptions loadOptions = new LoadOptions (); loadOptions ...

    reference.aspose.com/words/net/aspose.words.loa...
  4. 从PDF中提取段落|Aspose.PDF for Java

    本文描述了如何使用ParagraphAbsorber - Aspose.PDF中的一个特殊工具从PDF文档中提取文本。... Document doc = new Document ( _dataDir + "input...ParagraphAbsorber absorber = new ParagraphAbsorber (); absorber...

    docs.aspose.com/pdf/zh/java/extract-paragraph-f...
  5. Gawe DOC Nganggo C#

    Gawe DOC anyar ing C# ing sawetara langkah. Nggawe DOC kanthi gampang nggunakake perpustakaan .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/jv/net/make/doc/
  6. Buat Dokumen Dalam Javascript

    Cipta fail menggunakan pustaka Node.js via .NET. Buat dokumen baharu dengan mudah dalam JavaScript dalam beberapa langkah....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/ms/nodejs-net/make/
  7. Buat HTML Menggunakan C#

    Buat HTML baharu dalam C# dalam beberapa langkah. Buat HTML dengan mudah menggunakan pustaka .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/ms/net/make/html/
  8. WordML2003SaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.WORD_ML format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...WordML2003SaveOption options = new WordML2003SaveOption(); // Set...

    reference.aspose.com/words/java/com.aspose.word...
  9. SmartTag | Aspose.Words for .NET

    Create dynamic SmartTags effortlessly with our constructor. Enhance your projects with customizable features and seamless integration for optimal performance....SmartTag constructor Initializes a new instance of the SmartTag class...document. Remarks When you create a new node, you need to specify a document...

    reference.aspose.com/words/net/aspose.words.mar...
  10. IFieldMergingCallback | Aspose.Words for Java

    Implement this interface if you want to control how data is inserted into merge fields during a mail merge operation in Java....throws Exception { Document doc = new Document(getMyDir() + "Field...getMailMerge().setFieldMergingCallb(new HandleMergeFieldInse()); final...

    reference.aspose.com/words/java/com.aspose.word...