Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 214,418 for

new

(0.24 sec)
  1. Stroke | Aspose.Words for Java

    Defines a stroke for a shape in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  2. TocInfo-Title cannot be aligned to the left - F...

    Hi, our corporate design forces me to put the toc title to the left. No matter how I format the Textfragment, it is alway in the center. I found a code snippet from you and I added the corresponding “HorizontalAlignm…...tflist = new java.util.ArrayList(); Document doc = new Document();...tf = new TextFragment(“Heading 1”); TextFragment tf2 = new TextFragment(“Heading...

    forum.aspose.com/t/tocinfo-title-cannot-be-alig...
  3. Working with Tables | Aspose.Note Documentation

    A comprehensive guide on working with tables in Java programming language....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/working-with-tables/
  4. Complex Field Code Rendering Issue in DOCX to P...

    Issue: Complex field codes render incorrectly when converting DOCX to PNG, causing complete layout disruption. Attempted Solutions: Called UpdateFields() Tried different MetafileRenderingMode settings Code: using A…...Saving; new License().SetLicense(@"licensePath");...SetLicense(@"licensePath"); var document = new Document($@"inputDocxPath"); //...

    forum.aspose.com/t/complex-field-code-rendering...
  5. RtfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.RTF document into a Document object in Java....RtfLoadOptions loadOptions = new RtfLoadOptions(); // Set the...zeUtf8Text); Document doc = new Document(getMyDir() + "UTF-8...

    reference.aspose.com/words/java/com.aspose.word...
  6. Create a Fish-eye lens effect on 3D scene and s...

    Using Aspose.3D for .NET API, developers can create a Fisheye lens effect on 3D scene and save that view 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/create-a-fisheye-lens-ef...
  7. RtfSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.RTF format in Java.... Document doc = new Document(getMyDir() + "Rendering...RTF. RtfSaveOptions options = new RtfSaveOptions(); Assert.ass...

    reference.aspose.com/words/java/com.aspose.word...
  8. 使用 C# 的额外注释|Aspose.PDF for .NET

    了解如何使用 Aspose.PDF 在 .NET 中向 PDF 文件添加额外注释,以实现交互式文档功能。...文件 - new Document 。 创建新的 Caret Annotation 并设置插入符参数(new Rectangle...创建新的 Caret Annotation 并设置插入符参数(new Rectangle, title, Subject, Flags...

    docs.aspose.com/pdf/zh/net/extra-annotations/
  9. Aspose.PDF exports corrupted graphics files- tr...

    I just tried the code out, and I can read in DOCX files and output them to PDF/TIFF/JPEG without issue. But when I read in a PDF file, and try to output DOCX/TIFF/JPEG, only the DOCX file works. The TIFF and JPEG files a…...Document d2 = new Aspose.Pdf.Document(@“C:\1\SomeLayout...file Aspose.Words.Document d4 = new Aspose.Words.Document(@“C:\1\mydoc...

    forum.aspose.com/t/aspose-pdf-exports-corrupted...
  10. ReplacingArgs.MatchEndNode | Aspose.Words for .NET

    ReplacingArgs MatchEndNode property guide. Access the ending node of text matches during document search and replace operations....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ReplacingCallback replacingCallback = new ReplacingCallback (); FindReplaceOptions...

    reference.aspose.com/words/net/aspose.words.rep...