Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 180,131 for

doc

(0.2 sec)
  1. DocumentProperty.ToString | Aspose.Words for .NET

    Discover the DocumentProperty ToString method, which formats property values as strings based on locale, enhancing data presentation and user experience.... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; DateTime...

    reference.aspose.com/words/net/aspose.words.pro...
  2. ComHelper.open method | Aspose.Words for Node.js

    Aspose.Words.ComHelper.open method...a local system filename: let doc = comHelper . open ( base . myDir..."Document.docx" ); expect ( doc . getText (). trim ()). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PageSetup.borderSurroundsFooter property | Aspo...

    PageSetup.borderSurroundsFooter property. Specifies whether the page border includes or excludes the footer.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::SignatureLineOptions::get_AllowC...

    Aspose::Words::SignatureLineOptions::get_AllowComments method. Gets or sets a value indicating that the signer can add comments in the Sign dialog. Default value for this property is false in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); auto signatureLineOptions...

    reference.aspose.com/words/cpp/aspose.words/sig...
  5. Aspose::Words::Drawing::SignatureLine::get_IsVa...

    Aspose::Words::Drawing::SignatureLine::get_IsValid method. Indicates that signature line is signed by digital signature and this digital signature is valid in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); auto signatureLineOptions...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Converter.Create | Aspose.Words for .NET

    Create a new instance of the converter processor effortlessly with our powerful Converter Create method for seamless data transformation.... string doc = MyDir + "Big document.docx"...ConverterContext ()) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  7. PdfSaveOptions.zoom_factor property | Aspose.Wo...

    PdfSaveOptions.zoom_factor property. Gets or sets a value determining zoom factor (in percentages) for a Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OleFormat.ole_package property | Aspose.Words f...

    OleFormat.ole_package property. Provide access to [OlePackage](../../olepackage/) if OLE object is an OLE Package... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # OLE objects allow us to...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FindReplaceOptions.smartParagraphBreakReplaceme...

    FindReplaceOptions.smartParagraphBreakReplacement property. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create table with paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumerator method. Enjoy simple, efficient access to your collection of nodes in C#.... Document doc = new Document ( MyDir + "Tables...document. NodeList nodeList = doc . SelectNodes ( "//Table//Paragraph"...

    reference.aspose.com/words/net/aspose.words/nod...