Sort Score
Result 10 results
Languages All
Labels All
Results 6,471 - 6,480 of 180,900 for

doc

(0.21 sec)
  1. DocumentBuilder.rowFormat property | Aspose.Wor...

    DocumentBuilder.rowFormat property. Returns an object that represents current table row formatting properties.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FormField.Accept | Aspose.Words for .NET

    Discover the FormField Accept method that enhances user experience by seamlessly accepting visitor inputs. Boost engagement effortlessly!...public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FormField.TextInputFormat | Aspose.Words for .NET

    Discover the FormField TextInputFormat property to easily customize text formatting for your forms, enhancing user experience and data collection....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Convert a Document to an Image|Aspose.Words for...

    Convert a Document to image format (JPG, PNG, etc). Create a Document preview or create a Document scan to send an invoice using Python....ImageSaveOptions , SaveFormat , PageSet doc = Document ( "input.docx" ) options...# pages are zero-based index doc . save ( "output.jpeg" , options...

    docs.aspose.com/words/python-net/convert-a-docu...
  5. StructuredDocumentTag.SetCheckedSymbol | Aspose...

    Discover how to use the SetCheckedSymbol method in StructuredDocumentTag to customize checkbox visuals and enhance user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); StructuredDocumentTa sdtCheckBox...

    reference.aspose.com/words/net/aspose.words.mar...
  6. StructuredDocumentTag.setCheckedSymbol method |...

    StructuredDocumentTag.setCheckedSymbol method. Sets the symbol used to represent the checked state of a check box content control.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let sdtCheckBox = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Document.AttachedTemplate | Aspose.Words for .NET

    Discover how to manage your Document AttachedTemplate property efficiently. Easily set or retrieve the full path of your Document's template for seamless integration.... Document doc = new Document (); // Enable...attach a template document. doc . AutomaticallyUpdateS = true...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Table.EnsureMinimum | Aspose.Words for .NET

    Discover the Table EnsureMinimum method, effortlessly create and append a row when your table is empty for seamless data management....Document doc = new Document (); Table table = new Table ( doc ); doc...doc . FirstSection . Body . AppendChild ( table ); // Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  9. StructuredDocumentTag.SetUncheckedSymbol | Aspo...

    Discover how the SetUncheckedSymbol method enhances your StructuredDocumentTag by customizing checkbox visuals for better user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); StructuredDocumentTa sdtCheckBox...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Aspose::Words::DocumentBuilder::get_CurrentPara...

    Aspose::Words::DocumentBuilder::get_CurrentParagraph method. Gets the paragraph that is currently selected in this DocumentBuilder in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create a valid bookmark...

    reference.aspose.com/words/cpp/aspose.words/doc...