Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 192,511 for

new

(0.21 sec)
  1. Stroke.StartArrowLength | Aspose.Words for .NET

    Discover the Stroke StartArrowLength property to customize your design's arrowhead length, enhancing visual appeal and precision in your projects....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...the right end: Shape arrow = new Shape ( doc , ShapeType . Line...

    reference.aspose.com/words/net/aspose.words.dra...
  2. SignatureLineOptions.SignerTitle | Aspose.Words...

    Discover the SignatureLineOptions SignerTitle property to customize suggested signer titles easily. Enhance your document's professionalism effortlessly!...certificatePassword ) { Document document = new Document ( srcDocumentPath );...); DocumentBuilder builder = new DocumentBuilder ( document );...

    reference.aspose.com/words/net/aspose.words/sig...
  3. SignOptions.SignatureLineId | Aspose.Words for ...

    Discover the SignatureLineId property in SignOptions. Easily identify signature lines with a unique GUID, enhancing your document management efficiency....certificatePassword ) { Document document = new Document ( srcDocumentPath );...); DocumentBuilder builder = new DocumentBuilder ( document );...

    reference.aspose.com/words/net/aspose.words.dig...
  4. ReplacingArgs.MatchOffset | Aspose.Words for .NET

    Discover the ReplacingArgs MatchOffset property, easily find the zero-based starting position of matches in your nodes for efficient data handling....to apply a different font to new content via FindReplaceOptions...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.rep...
  5. FontSavingArgs.Italic | Aspose.Words for .NET

    Discover the FontSavingArgs Italic property to easily check if your font is italicized, enhancing your text styling and design flexibility....SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...manner. HtmlSaveOptions options = new HtmlSaveOptions { ExportFontResources...

    reference.aspose.com/words/net/aspose.words.sav...
  6. TabStopCollection.Count | Aspose.Words for .NET

    Discover the TabStopCollection Count property to easily access the total number of tab stops, enhancing your UI design and user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder.... Add ( new TabStop ( 72.0 )); tabStops . Add ( new TabStop (...

    reference.aspose.com/words/net/aspose.words/tab...
  7. OdtSaveOptions constructor | Aspose.Words for P...

    aspose.words.saving.OdtSaveOptions constructor...OdtSaveOptions() Initializes a new instance of this class that can...OdtSaveOptions(password) Initializes a new instance of this class that can...

    reference.aspose.com/words/python-net/aspose.wo...
  8. SummaryLength | Aspose.Words for Java

    Enumerates possible lengths of summary in Java.... Document firstDoc = new Document(getMyDir() + "Big document...docx"); Document secondDoc = new Document(getMyDir() + "Document...

    reference.aspose.com/words/java/com.aspose.word...
  9. ReplacingArgs.Match | Aspose.Words for .NET

    Discover the ReplacingArgs Match property for seamless regex replacements. Enhance your coding efficiency with precise match results!...to apply a different font to new content via FindReplaceOptions...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.rep...
  10. How to use Aspose.CAD in JavaScript|CAD Documen...

    use Aspose.CAD in JavaScript...., function() { var reader = new FileReader(); reader.onload =...arrayBuffer = this.result; var array = new Uint8Array(arrayBuffer); //GET_FILE_FORMAT...

    docs.aspose.com/cad/javascript-net/how-to-run-a...