Sort Score
Result 10 results
Languages All
Labels All
Results 4,531 - 4,540 of 157,121 for

doc

(0.08 sec)
  1. TextPathAlignment enumeration | Aspose.Words fo...

    aspose.words.drawing.TextPathAlignment enumeration. WordArt alignment.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TextPath.reverse_rows property | Aspose.Words f...

    TextPath.reverse_rows property. Determines whether the layout order of rows is reversed.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Stroke.weight property | Aspose.Words for Python

    Stroke.weight property. Defines the brush thickness that strokes the path of a shape in points.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Fields::FieldOptions::get_UseInv...

    Aspose::Words::Fields::FieldOptions::get_UseInvariantCultureNumberFormat method. Gets or sets the value indicating that number format is parsed using invariant culture or not in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); System :: Threading :: Thread...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. FieldIncludePicture.source_full_name property |...

    FieldIncludePicture.source_full_name property. Gets or sets the location of the picture using an IRI.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are two similar field types...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldUpdatingProgressArgs.UpdatedFieldsCount | ...

    Discover the UpdatedFieldsCount property of FieldUpdatingProgressArgs to easily track the number of updated fields in your application....FieldUpdatingCallbac () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldUpdatingProgressArgs.UpdateCompleted | Asp...

    Discover the FieldUpdatingProgressArgs UpdateCompleted property, which efficiently indicates if field updates are finished, enhancing your data management process....FieldUpdatingCallbac () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldBarcode.is_bookmark property | Aspose.Word...

    FieldBarcode.is_bookmark property. Gets or sets whether [FieldBarcode.postal_address](../postal_address/) is the name of a bookmark.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln () # Below...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Replace text in equations - Free Support Forum ...

    hello, I need to replace certain values in formulas. The problem is that the Replace method does not change the value. Code: int main() { auto Doc = System::MakeObject<Document>(u"input.Docx"); System::SharedPtr<F…... Code: int main() { auto doc = System::MakeObject<Document>(u"input...ons>(); for (int i = 0; i < doc->GetChildNodes(NodeType::OfficeMath...

    forum.aspose.com/t/replace-text-in-equations/31...
  10. FootnoteType enumeration | Aspose.Words for Python

    aspose.words.notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert some text and mark...

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