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

new

(0.23 sec)
  1. ComparerContext.CompareOptions | Aspose.Words f...

    Discover the CompareOptions property in ComparerContext to enhance document comparison with powerful and flexible options for accurate results....ComparerContext comparerContext = new ComparerContext (); comparerContext...comparerContext . DateTime = new DateTime (); Comparer . Create...

    reference.aspose.com/words/net/aspose.words.low...
  2. Adding Attachments to Calendar Items|Documentation

    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....attendees = new MailAddressCollectio (); attendees . addItem ( new MailAddress...expected = new WeeklyRecurrencePatt ( 3 ); Appointment app = new Appointment...

    docs.aspose.com/email/java/adding-attachments-t...
  3. 从 PDF 中提取段落 C#|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中从 PDF 文档中提取段落以进行结构化文本检索。...document using ( var document = new Aspose . Pdf . Document ( dataDir...Pages [ 2 ]; var absorber = new Aspose . Pdf . Text . ParagraphAbsorber...

    docs.aspose.com/pdf/zh/net/extract-paragraph-fr...
  4. FieldFillIn | Aspose.Words for Java

    Implements the FILLIN field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getFieldOptions().setUserPromptRespond(new PromptRespondent()); doc.getMailMerge()...

    reference.aspose.com/words/java/com.aspose.word...
  5. Basic samples how to convert OneNote to Html

    You will learn how to convert OneNote to Html programmatically or online and consider C# examples of OneNote to Html conversions using Aspose.Note....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/note/net/convert-onenote-to-htm...
  6. Convert PowerPoint to HTML|Aspose.Slides for PH...

    Convert PowerPoint HTML : Save PPTX or PPT as HTML . Save slides as HTML...presentation to HTML while using the new CSS style. Using its own API...a presentation file $pres = new Presentation ( "Convert_HTML...

    docs.aspose.com/slides/php-java/convert-powerpo...
  7. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...options = new FindReplaceOptions { ReplacingCallback = new ReplaceWithContentCo(doc...patern = new Regex(pattern); doc.Range.Replace(new Regex(pattern...

    forum.aspose.com/t/how-to-create-a-content-cont...
  8. ChartLegend.LegendEntries | Aspose.Words for .NET

    Explore the ChartLegend LegendEntries property to access a comprehensive collection of legend entries for all series and trendlines in your chart....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "AW Category 1" ...

    reference.aspose.com/words/net/aspose.words.dra...
  9. OdtSaveOptions | Aspose.Words for .NET

    Discover the OdtSaveOptions constructor to effortlessly save documents in ODT format. Streamline your workflow with this powerful tool!...OdtSaveOptions() Initializes a new instance of this class that can...older ODT schema. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 使用 C# 製作 PDF

    通過幾個步驟在 C# 中創建一個新的 PDF。使用 .NET 庫輕鬆創建 PDF。...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/zh-hant/net/make/pdf/