Sort Score
Result 10 results
Languages All
Labels All
Results 4,801 - 4,810 of 164,103 for

new

(0.07 sec)
  1. Joining Word Documents Together|Aspose.Words fo...

    Join a few document together or append them easily and fast instead of using VSTO in C#....headers and footers of this new section are unlinked so they...appended to. Document dstDoc = new Document ( ); // We should call...

    docs.aspose.com/words/net/joining-word-document...
  2. ParagraphAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.ParagraphAlignment enum for precise text alignment in your documents. Enhance readability and formatting with ease!... Document doc = new Document (); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/net/aspose.words/par...
  3. Convert TEXT To PDF Java

    Convert TEXT to PDF format in Java code. Save TEXT as PDF using Java....*; Document doc = new Document ( "Input.txt" ); doc...aspose.words.*; Document doc = new Document("Input.txt"); doc.save("Output...

    products.aspose.com/words/java/conversion/text-...
  4. Convert HTML To EPUB Java

    Convert HTML to EPUB format in Java code. Save HTML as EPUB using Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/java/conversion/html-...
  5. Convert HTML To WORD Java

    Convert HTML to WORD format in Java code. Save HTML as WORD using Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/java/conversion/html-...
  6. 字体替换 - PowerPoint C# API|Aspose.Slides 文档

    C# PowerPoint API 允许您在演示文稿中替换字体...using ( Presentation pres = new Presentation ( @"Presentation...Presentation presentation = new Presentation ( "Fonts.pptx" );...

    docs.aspose.com/slides/zh/net/font-substitution/
  7. Aspose::Words::Drawing::GradientStop::GradientS...

    Aspose::Words::Drawing::GradientStop::GradientStop constructor. Initializes a New instance of the GradientStop class in C++....double) constructor Initializes a new instance of the GradientStop...set_Transparency ( 0.25 ); // Add new gradient stop to the end of collection...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. ChartAxis.minorUnitIsAuto property | Aspose.Wor...

    ChartAxis.minorUnitIsAuto property. Gets or sets a flag indicating whether default distance between minor tick marks shall be used....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... axis . scaling . minimum = new aw . Drawing . Charts . AxisBound...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. AxisDisplayUnit Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisDisplayUnit class to customize value axis scaling options for enhanced chart clarity and precision....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Minimum = new AxisBound (- 10 ); axis . Scaling . Maximum = new AxisBound...

    reference.aspose.com/words/net/aspose.words.dra...
  10. ChartAxis.majorUnitIsAuto property | Aspose.Wor...

    ChartAxis.majorUnitIsAuto property. Gets or sets a flag indicating whether default distance between major tick marks shall be used....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... axis . scaling . minimum = new aw . Drawing . Charts . AxisBound...

    reference.aspose.com/words/nodejs-net/aspose.wo...