Sort Score
Result 10 results
Languages All
Labels All
Results 6,261 - 6,270 of 70,467 for

only

(0.08 sec)
  1. SmartPtr | Aspose.Slides for C++ API Reference

    Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting Object. This pointer type follows intrusive pointer semantics. Reference counter is stored either in Object itself or in counter structure which is tied to Object instance tightly. In any case, all SmartPtr instances form single ownership group regardless how they were created which is unlike how std::shared_ptr class behaves. Converting raw pointer to SmartPtr is safe given there are other SmartPtr instances holding shared references to the same object. SmartPtr class instance can be in one of two states: shared pointer and weak pointer. To keep object alive, one should have count of shared references to it positive. Both weak and shared pointers can be used to access pointed object (to call methods, read or write fields, etc.), but weak pointers do not participate to shared pointer reference counting. Object is being deleted when the last 'shared' SmartPtr pointer to it is being destroyed. So, make sure that this doesn't happen when no other shared SmartPtr pointers to object exist, e. g. during object construction or destruction. Use System::Object::ThisProtector sentry objects (in C++ code) or CppCTORSelfReference or CppSelfReference attribute (in C# code being translated) to fix this issue. Similarily, make sure to break loop references by using System::WeakPtr pointer class or System::SmartPtrMode::Weak pointer mode (in C++ code) or CppWeakPtr attribute (in C# code being translated). If two or more objects reference each other using 'shared' pointers, they will never be deleted. If pointer type (weak or shared) should be switched in runtime, use System::SmartPtr::set_Mode() method or System::DynamicWeakPtr class. SmartPtr class doesn't contain any virtual methods. You should Only inherit it if you're creating a memory management strategy of your own. This type is a pointer to manage other object's deletion. It should be allocated on stack and passed to functions either by value or by const reference.... You should only inherit it if you’re creating...of an underling collection. Only compiles if SmartPtr_ is specialization...

    reference.aspose.com/slides/cpp/system/smartptr/
  2. SvgImage | Aspose.Sildes for PHP via Java API R...

    SvgImage SvgImage class Represents an SVG image. SvgImage Name Description SvgImage(byte[]) Creates new SvgImage obje...... Read-only String. Returns: String getExternalResourceR...during Svg documents import. Read-only IExternalResourceRes. Returns:...

    reference.aspose.com/slides/php-java/aspose.sli...
  3. PageLayoutOptions | Aspose.HTML for .NET API Re...

    Specifies flags that together with other PageSetup options determine sizes and layouts of pages. These flags can be combined together according to their descriptions....if both flags are specified only ScaleToPageWidth will take affect...if both flags are specified only ScaleToPageHeight will take...

    reference.aspose.com/html/net/aspose.html.rende...
  4. ListFoldersAsync | Aspose.Email for .NET API Re...

    ListFoldersAsync Contents [ Hide ] ImapClient.ListFoldersAsync method (1 of 20) Gets the list of folders in the mailb......server completely, otherwise only folder names are retrieved....server completely, otherwise only folder names are retrieved....

    reference.aspose.com/email/net/aspose.email.cli...
  5. Aspose::Slides::Charts::UpDownBarsManager Class...

    Public Member Functions | Protected Member Functions | List of all members Aspose::Slides::Charts::UpDownBarsManager ...... Read-only IFormat . More... System::SharedPtr...Returns the DownBars format. Read-only IFormat . More... bool get_HasUpDownBars...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  6. How to Use Color Palette|Documentation

    C# code to add custom colors to the palette and use excel color palette with Aspose.Cells for .NET API...Cells it is possible not only to use the palette’s existing...applying it on a font. The palette only holds 56 colors. When you add...

    docs.aspose.com/cells/net/excel-color-palette/
  7. PasteOptions | Aspose.Cells for Java API Reference

    Represents the paste special options....getOnlyVisibleCells() True means only copying visible cells. getOperationType()...setOnlyVisibleCells(boolean value) True means only copying visible cells. setOperationType(int...

    reference.aspose.com/cells/java/com.aspose.cell...
  8. Aspose.ZIP for .NET 18.11.1 Release Notes

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product...... This option only makes sense if -autoExtract...if there are any. This option only makes sense if -autoExtract...

    docs.aspose.com/zip/net/aspose-zip-for-net-18-1...
  9. do - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....command) For internal usage only! String getCommandName () Gets...toCommand () For internal usage only! String toString () Returns...

    reference.aspose.com/pdf/java/com.aspose.pdf.op...
  10. EditableRangeStart.Accept | Aspose.Words for .NET

    EditableRangeStart Accept method. Accepts a visitor in C#....document's protection level to read-only," + " we cannot edit this paragraph...the first editable range, can only be edited by {editableRange...

    reference.aspose.com/words/net/aspose.words/edi...