Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 164,891 for

new

(0.15 sec)
  1. BarcodeParameters.IsBookmark | Aspose.Words for...

    Discover the BarcodeParameters IsBookmark property! Learn how the PostalAddress can enhance your document management with efficient bookmarking solutions....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  2. BarcodeParameters.SymbolRotation | Aspose.Words...

    Discover the BarcodeParameters SymbolRotation property for optimal barcode symbol rotation. Choose from valid values 0 and 3 for precise scanning....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  3. BarcodeParameters.DisplayText | Aspose.Words fo...

    Discover the BarcodeParameters DisplayText property to enhance your barcodes by displaying data text alongside images for improved readability....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Resize EPS | .NET API Solution

    Resize EPS functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/net/resize-eps/
  5. IResourceSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves external resources images fonts and css when saving a document to fixed page HTML or SVG in Java....throws Exception { Document doc = new Document(getMyDir() + "Bullet...FontSavingCallback callback = new FontSavingCallback(); HtmlFixedSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  6. Comparer.Create | Aspose.Words for .NET

    Discover how to effectively use the Comparer Create method to generate New instances of the converter processor for enhanced performance and efficiency....Contents [ Hide ] Create() Creates new instance of the converter processor...Create( ComparerContext ) Creates new instance of the comparer processor...

    reference.aspose.com/words/net/aspose.words.low...
  7. TableSubstitutionRule.set_substitutes method | ...

    TableSubstitutionRule.set_substitutes method. Override substitute font names for given original font name...."Amethysta": "Arvo", and "Courier New". # If the first substitute is...'Amethysta' , [ 'Arvo' , 'Courier New' ]) # "Amethysta" is unavailable...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. BarcodeParameters | Aspose.Words for Java

    Container class for barcode parameters to pass-through to BarcodeGenerator in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getFieldOptions().setBarcodeGenerator(new CustomBarcodeGenerat()); // Below...

    reference.aspose.com/words/java/com.aspose.word...
  10. 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...