Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 30,983 for

doc

(0.12 sec)
  1. Style.paragraphFormat property | Aspose.Words f...

    Style.paragraphFormat property. Gets the paragraph formatting of the style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph in Java....throws Exception { Document doc = new Document(); // A smart...SmartTag smartTag = new SmartTag(doc); // Smart tags are composite...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Tables::PreferredWidth::FromPerc...

    Aspose::Words::Tables::PreferredWidth::FromPercent method. A creation method that returns a new instance that represents a preferred width specified as a percentage in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Aspose::Words::Tables::Table::get_Rows method |...

    Aspose::Words::Tables::Table::get_Rows method. Provides typed access to the rows of the table in C++.... auto doc = MakeObject < Document > ( MyDir...< TableCollection > tables = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. BuiltInDocumentProperties.last_saved_time prope...

    BuiltInDocumentProperties.last_saved_time property. Gets or sets the time of the last save in UTC.... doc = aw . Document ( file_name =...'Properties.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldHyperlink.address property | Aspose.Words ...

    FieldHyperlink.address property. Gets or sets a location where this hyperlink jumps.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Fields::UserInformation::get_Ini...

    Aspose::Words::Fields::UserInformation::get_Initials method. Gets or sets the user's initials in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Create a UserInformation...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Font.ComplexScript | Aspose.Words for .NET

    Discover the Font ComplexScript property, ensuring your text is formatted as complex script for enhanced readability and style, regardless of Unicode values.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . ComplexScript...

    reference.aspose.com/words/net/aspose.words/fon...
  9. Aspose::Words::DocumentBase::get_WarningCallbac...

    Aspose::Words::DocumentBase::get_WarningCallback method. Called during various Document processing procedures when an issue is detected that might result in data or formatting fidelity loss in C++....SubstitutionWarning () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. FieldHyperlink.sub_address property | Aspose.Wo...

    FieldHyperlink.sub_address property. Gets or sets a location in the file, such as a bookmark, where this hyperlink jumps.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) field = builder . insert_field...

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