Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 164,092 for

new

(0.06 sec)
  1. TabStop | Aspose.Words for .NET

    Discover TabStop constructor, effortlessly create and customize instances for enhanced functionality in your projects. Boost your coding efficiency today!...TabStop( double ) Initializes a new instance of this class. public...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/tab...
  2. BuildingBlockCollection.Item | Aspose.Words for...

    Access specific building blocks effortlessly with our BuildingBlockCollection. Retrieve items by index for seamless integration in your projects....doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...GlossaryDocument (); BuildingBlock child1 = new BuildingBlock ( glossaryDoc )...

    reference.aspose.com/words/net/aspose.words.bui...
  3. DocumentBuilder.insertCell method | Aspose.Word...

    DocumentBuilder.insertCell method. Inserts a table cell into the document.... To start a new cell in the same row, call DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. TxtExportHeadersFootersMode Enum | Aspose.Words...

    Discover how Aspose.Words' TxtExportHeadersFootersMode enum enhances plain text exports by customizing header and footer handling for optimal results.... Document doc = new Document (); // Insert even and...FirstSection . HeadersFooters . Add ( new HeaderFooter ( doc , HeaderFooterType...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose::Words::Fonts::TableSubstitutionRule cla...

    Aspose::Words::Fonts::TableSubstitutionRule class. Table font substitution rule. To learn more, visit the documentation article in C++....fontSettings ); // Create a new table substitution rule and load...for the "Times New Roman CE" font is "Times New Roman". ASPOSE_ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words.fon...
  6. Შეკუმშოს TIFF C#

    შეკუმშოს TIFF C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ TIFF კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);..."Input.tiff" ); var saveOptions = new ImageSaveOptions(SaveFormat.Tiff)...

    products.aspose.com/words/ka/net/compress/tiff/
  7. ArrowLength | Aspose.Words for Java

    Length of the arrow at the end of a line in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  8. 使用 Java 添加、提取或移除 PDF 中的图像 | Aspose.PDF

    Java原始程式碼,用於在任何平台上處理PDF檔中的圖像。...Java Document pdfDocument = new Document ( dataDir + "AddImage...] ; FileStream imageStream = new FileStream ( dataDir + "aspose-logo...

    products.aspose.com/pdf/zh-hant/java/images/
  9. PDF form field values change color to red after...

    After combining pdf with xfdf the form fields text content changes its color to red. Please note that all fields colors are specified as Black in the source form. Form and xfdf files are attached red color.zip (219.5 KB…...buffer = new ByteArrayOutputStrea()) { sourceDocument = new Docu...(InputStream stream = new BufferedInputStream(new FileInputStream("c:\\test\\data...

    forum.aspose.com/t/pdf-form-field-values-change...
  10. Convert PDF To DOCX C#

    Convert PDF to DOCX format in C# code. Save PDF as DOCX using C#....Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/net/conversion/pdf-to...