Sort Score
Result 10 results
Languages All
Labels All
Results 4,991 - 5,000 of 213,145 for

new

(0.19 sec)
  1. PreferredWidth.Auto | Aspose.Words for .NET

    Discover the PreferredWidth Auto field, which efficiently handles unspecified width values for optimal layout customization in your projects....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."PreferredWidth" property creates a new object. Assert . That ( builder...

    reference.aspose.com/words/net/aspose.words.tab...
  2. TxtListIndentation.Count | Aspose.Words for .NET

    Discover the TxtListIndentation Count property to customize list indentation levels. Set your desired character count for enhanced readability!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...TxtSaveOptions txtSaveOptions = new TxtSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Document.RemovePersonalInformation | Aspose.Wor...

    Ensure privacy with the Document RemovePersonalInformation feature in Word, automatically deleting user data from comments and properties upon saving....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...RemovePersonalInform.docx" ); doc = new Document ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words/doc...
  4. SdtDateStorageFormat enumeration | Aspose.Words...

    Aspose.Words.Markup.SdtDateStorageFormat enumeration. Specifies how the date for a date SDT is stored/retrieved when the SDT is bound to an XML node in the document's data store.... let doc = new aw . Document (); // Insert a...will display. let sdtDate = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose.OCR test - Free Support Forum - aspose.com

    How can I try Aspose.OCR? I installed the package from NuGet, but when I run api.Recognize, the application freezes. Do I need a trial license?...Here is the code: Dim api = New OCR.AsposeOcr() Dim settings...settings As RecognitionSettings = New RecognitionSettings() settings...

    forum.aspose.com/t/aspose-ocr-test/311268
  6. Font.SmallCaps | Aspose.Words for .NET

    Discover the Font SmallCaps property. Easily format text in small capital letters for enhanced readability and a stylish look in your designs.... Document doc = new Document (); Paragraph para =...regular capitals: Run run = new Run ( doc , "all capitals" );...

    reference.aspose.com/words/net/aspose.words/fon...
  7. 将 HTML 转换为 PDF - C# 示例和在线转换器

    了解如何使用 Aspose.HTML for .NET 将 HTML 转换为 PDF,并考虑在 C# 示例中将 HTML 转换为 PDF 的各种情况。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/zh/net/convert-html-to-pdf/
  8. Split PDF programmatically|Aspose.PDF for Java

    This topic shows how to split PDF pages into individual PDF files in your Java applications....For each iteration, create a new Document object and add the individual...the empty document. Save the new PDF using Save method. The following...

    docs.aspose.com/pdf/java/split-document/
  9. Manipulate custom properties of a 3D Scene|Docu...

    Developers can Add, retrieve, and remove custom properties of 3D objects. RemoveProperty, GetProperty, SetProperty members of 3D objects are a set of short-handed methods to manipulate customized properties of the object....initialize a scene Scene scene = new Scene (); // create a Box instance.... CreateChildNode ( "box" , new Box ()); // add custom property...

    docs.aspose.com/3d/net/manipulate-custom-proper...
  10. NodeCollection.remove method | Aspose.Words for...

    NodeCollection.remove method. Removes the node from the collection and from the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...the "Write" method creates a new Run, // which then appears in...

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