Sort Score
Result 10 results
Languages All
Labels All
Results 5,971 - 5,980 of 16,913 for

2 of

(0.15 sec)
  1. BuiltInDocumentProperties.Comments | Aspose.Wor...

    Manage your document comments effortlessly with BuiltInDocumentProperties. Easily get or set comments for enhanced collaboration and clarity.... FieldAuthor , true ); // 2 - "Title" property, which we can...properties . Keywords = "Tag 1; Tag 2; Tag 3" ; // We can right-click...

    reference.aspose.com/words/net/aspose.words.pro...
  2. BuiltInDocumentProperties.Keywords | Aspose.Wor...

    Enhance your documents with BuiltInDocumentProperties. Easily manage keywords to improve searchability and organization for better productivity.... FieldAuthor , true ); // 2 - "Title" property, which we can...properties . Keywords = "Tag 1; Tag 2; Tag 3" ; // We can right-click...

    reference.aspose.com/words/net/aspose.words.pro...
  3. Aspose::Words::InlineStory::get_IsDeleteRevisio...

    Aspose::Words::InlineStory::get_IsDeleteRevision method. Returns true if this object was deleted in MicrosOft Word while change tracking was enabled in C++....-> idx_get ( 2 ) -> get_IsInsertRevision ()); // 2 - A "move from"...

    reference.aspose.com/words/cpp/aspose.words/inl...
  4. PersonCollection constructor | Aspose.Words for...

    aspose.words.bibliography.PersonCollection constructor...Person ( 'Roxanne_2' , 'Brielle_2' , 'Tejeda_2' )]) self . assertEqual...assertEqual ( 2 , persons . count ) # Remove person from the collection...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DashStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.DashStyle enum for versatile dashed line styles. Enhance your document designs with customizable visual elements.... ShortDot 2 System dash style. ShortDashDot...builder . InsertNode ( arrow ); // 2 - Thick black diagonal line with...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ImageData.set_image method | Aspose.Words for P...

    aspose.words.drawing.ImageData.set_image method... set_image ( src_image ) # 2 - Open an image file from the...first_paragraph . remove_all_children () # 2 - Set the shape to link to an...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Drawing::GradientStop::Remove me...

    Aspose::Words::Drawing::GradientStop::Remove method. Removes the gradient stop from the parent GradientStopCollection in C++....= gradientStops -> idx_get ( 2 ); gradientStops -> Remove ( gradientStop...gradientStop ); ASSERT_EQ ( 2 , gradientStops -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::ConditionalStyle::ClearFormattin...

    Aspose::Words::ConditionalStyle::ClearFormatting method. Clears formatting Of this conditional style in C++....get_Borders () -> get_Color ()); // 2 - Clear the conditional styles...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Aspose::Words::Markup::CustomXmlPart::Clone met...

    Aspose::Words::Markup::CustomXmlPart::Clone method. Makes a "deep enough" copy Of the object. Does not duplicate the bytes Of the Data value in C++....get_CustomXmlParts () -> idx_get ( 0 )); // 2 - By GUID: ASPOSE_ASSERT_EQ (...( xmlPartClone ); ASSERT_EQ ( 2 , doc -> get_CustomXmlParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...2 KB and here the source code which...Discourse April 1, 2025, 10:40am 2 @giuseppe.elmota It seems that...

    forum.aspose.com/t/some-styles-were-not-copied-...