Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 65,015 for

update

(0.1 sec)
  1. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...update(); document.getRange().getFields()...(FieldToc)field; try { toc.update(); toc.updatePageNumbers();...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  2. Work with Document Properties in C#|Aspose.Word...

    Aspose.Words for .NET allows storing some useful information about your document, such as API and Version Number or Authorized Date, in built-in or custom document properties using C#.... You can only change or update their values. To add custom...a custom document property: Update Built-In Document Properties...

    docs.aspose.com/words/net/work-with-document-pr...
  3. 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++....\\ # $#,###,### ); field -> Update (); // Sometimes, fields may...set_UseInvariantCultureN ( true ); field -> Update (); ASSERT_EQ ( u "$1.234.567...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_SharedDocument method. Indicates whether the document is a shared document in C++....Words does not update this property. See Also Class...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. Preserve Single Quote Prefix of Cell Value or R...

    Learn how to Preserve Single Quote Prefix of Cell Value or Range through the Aspose.Cells for .NET API....QuotePrefix is not updated at all and its old value is...is False , it means , do not update the value of Cell . Style ...

    docs.aspose.com/cells/net/preserve-single-quote...
  6. LoadOptions.preserve_include_picture_field prop...

    LoadOptions.preserve_include_picture_field property. Gets or sets whether to preserve the INCLUDEPICTURE field when reading Microsoft Word formats...for example, if you wish to update it programmatically. Note however...FieldType . FIELD_INCLUDE_PICTURE , update_field = True ) . as_field_include_picture...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Preserve Single Quote Prefix of Cell Value or R...

    Learn how to Preserve Single Quote Prefix of Cell Value or Range through the Aspose.Cells for Python via .NET API....quote_prefix is not updated at all and its old value is...is False , it means , do not update the value of Cell . Style ...

    docs.aspose.com/cells/python-net/preserve-singl...
  8. How to Run Aspose.Slides for Java in Docker|Asp...

    Learn how to easily run Aspose.Slides for Java in Docker. Step-by-step guide for fast setup, reduced compatibility issues, and smooth presentation processing in containers....Installation: # Update package lists sudo apt update && sudo apt...the Docker Engine sudo apt update sudo apt install -y docker-ce...

    docs.aspose.com/slides/java/how-to-run-aspose-s...
  9. Aspose::Words::Document::UpdateThumbnail method...

    Aspose::Words::Document::UpdateThumbnail method. Updates Thumbnail of the document using default options in C++....Document::UpdateThumbnail() method Updates Thumbnail of the document using...UpdateThumbnail () Examples Shows how to update a document’s thumbnail. auto...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. IFieldUpdatingCallback class | Aspose.Words for...

    aspose.words.fields.IFieldUpdatingCallback class. Implement this interface if you want to have your own custom methods called during a field Update....a field update. Methods Name Description field_updated(field)...just after a field is updated. field_updating(field) A user defined...

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