Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 199,426 for

new

(0.07 sec)
  1. SmartTag.Element | Aspose.Words for .NET

    Discover the SmartTag Element property to easily define and manage smart tag names within your documents for enhanced organization and efficiency....void Create () { Document doc = new Document (); // A smart tag appears...underline. SmartTag smartTag = new SmartTag ( doc ); // Smart tags...

    reference.aspose.com/words/net/aspose.words.mar...
  2. SmartTag.AcceptEnd | Aspose.Words for .NET

    Discover how the SmartTag AcceptEnd method enhances visitor engagement by seamlessly managing end-of-visit experiences. Boost your site's interaction today!...void Create () { Document doc = new Document (); // A smart tag appears...underline. SmartTag smartTag = new SmartTag ( doc ); // Smart tags...

    reference.aspose.com/words/net/aspose.words.mar...
  3. ComparisonEvaluationResult | Aspose.Words for Java

    The comparison evaluation result in Java....expression\""; DocumentBuilder builder = new DocumentBuilder(); // Field codes...result = comparisonResult != -1 ? new ComparisonEvaluation(comparisonResult...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose.PSD for .NET 22.5 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Load ( inputFile , new LoadOptions ())) { Layer workLayer...psdImage . Save ( outputImage20 , new PngOptions ()); // Example with...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-5...
  5. Document.Sections | Aspose.Words for .NET

    Explore the Document Sections property to access a complete collection of all document sections, enhancing your content organization and navigation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...)); Shows how to specify how a new section separates itself from...

    reference.aspose.com/words/net/aspose.words/doc...
  6. 搜索

    搜索...Presentation presentation = new Presentation(); try { // 添加微笑形狀,然後對其進行動畫處理...33; ArrayList<String> frames = new ArrayList<String>(); PresentationAnimatio...

    blog.aspose.com/zh-hant/slides/convert-ppt-to-v...
  7. Make WORD Using C#

    Make a New a Word document in C# in a few steps. Easily create a Word document using .NET library....the following example: Make a new DOCX using C# Copy Examples Output...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/make/word/
  8. Make DOCX Using C#

    Make a New DOCX in C# in a few steps. Easily create DOCX using .NET library....the following example: Make a new DOCX using C# Copy Examples Output...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/make/docx/
  9. Aspose.PSD for .NET 24.5 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....{ RawColor backgroundColor = new RawColor ( PixelDataFormat ....White PsdOptions psdOptions = new PsdOptions ( psdImage ) { ColorMode...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-5...
  10. Multiple signing issue. Only last sign is valid...

    Hello! I choose between different library to work with pdf and i wanna choose Aspose, but cannot find solution for sign document multiple times. I saw different topics at forum, but no worked solution. Have been tried d…...startY) { using var pdfDocument = new Aspose.Pdf.Document(inputFile);...Document(inputFile); using var signature = new Aspose.Pdf.Facades.PdfFileSignature(pdfDocument);...

    forum.aspose.com/t/multiple-signing-issue-only-...