Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 8,665 for

true type

(0.23 sec)
  1. DocumentBuilder.endBookmark method | Aspose.Wor...

    DocumentBuilder.endBookmark method. Marks the current position in the document as a bookmark end....bookmarkName : string ) Parameter Type Description bookmarkName string...to Bookmark1" , "Bookmark1" , true ). asFieldHyperlink (); hyperlink...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Enable Activity Logging for EWS Client in .NET ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms...."EWSDiagnosticLog_UseDate" : true } There are two properties:...name= "applicationSettings" type= "System.Configuration.ApplicationSettingsG...

    docs.aspose.com/email/net/enable-activity-loggi...
  3. ImageSavingArgs.ImageStream | Aspose.Words for ...

    Discover the ImageStream property in ImageSavingArgs to easily specify where to save your images, enhancing your workflow and efficiency.... True ( args . IsImageAvailable );...Console . WriteLine ( $"\tWrap type:\t{args.CurrentShape.WrapType}"...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose::Words::Saving::ICssSavingCallback inter...

    Aspose::Words::Saving::ICssSavingCallback interface. Implement this interface if you want to control how Aspose.Words saves CSS (Cascading Style Sheet) when saving a document to HTML in C++....System::TypeInfo&) const override static Type () Examples Shows how to work...ExternalCssFilenames.css" , true , false )); doc -> Save ( ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Aspose::Words::Saving::IFontSavingCallback::Fon...

    Aspose::Words::Saving::IFontSavingCallback::FontSaving method. Called when Aspose.Words is about to save a font resource in C++....-> set_ExportFontResources ( true ); options -> set_FontSavingCallback...source document from here. ASSERT_TRUE ( args -> get_Document () ->...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::Saving::FontSavingArgs::get_Bold...

    Aspose::Words::Saving::FontSavingArgs::get_Bold method. Indicates whether the current font is bold in C++....-> set_ExportFontResources ( true ); options -> set_FontSavingCallback...source document from here. ASSERT_TRUE ( args -> get_Document () ->...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. DocumentPropertyCollection.IndexOf | Aspose.Wor...

    Discover the DocumentPropertyCollection IndexOf method to efficiently find the index of a property by its name. Enhance your coding productivity today!...IndexOf ( string name ) Parameter Type Description name String The...properties . Add ( "Authorized" , true ); properties . Add ( "Authorized...

    reference.aspose.com/words/net/aspose.words.pro...
  8. Aspose::Words::EditableRangeEnd::Accept method ...

    Aspose::Words::EditableRangeEnd::Accept method. Accepts a visitor in C++....visitor ) override Parameter Type Description visitor System:...Contents:" ); mInsideEditableRange = true ; return VisitorAction :: Continue...

    reference.aspose.com/words/cpp/aspose.words/edi...
  9. Aspose::Words::HeaderFooter::get_ParentSection ...

    Aspose::Words::HeaderFooter::get_ParentSection method. Gets the parent section of this story in C++....get_HeadersFooters () -> LinkToPrevious ( true ); // Each section will still...get_HeadersFooters () -> LinkToPrevious ( true ); // We can un-link a previous...

    reference.aspose.com/words/cpp/aspose.words/hea...
  10. Get Range with External Links using Node.js via...

    Learn how to get ranges with external links using Aspose.Cells for Node.js via C++. Retrieve data from different Excel files efficiently.... method returns an array of type ReferredArea . The ReferredArea...namedRange . getReferredAreas ( true ); if ( referredAreas ) { referredAreas...

    docs.aspose.com/cells/nodejs-cpp/get-range-with...