com.aspose.pdf.nameddestinations

Interface INamedDestinationCollection

  • All Known Implementing Classes:
    NamedDestinationCollection


    public interface INamedDestinationCollection

    Collection of Named Destinations.

    • Method Detail

      • get_Item

        IAppointment get_Item(String name)
        Gets destination by its name.
        Parameters:
        name - String value
        Returns:
        IAppointment instance
      • set_Item

        void set_Item(String name,
                      IAppointment value)
        Sets destination by its name.
        Parameters:
        name - String value
        value - IAppointment instance
      • size

        int size()
        Returns count of the destinations.
        Returns:
        int value
      • remove

        void remove(String name)
        Removes destination by its name.
        Parameters:
        name - String value
      • add

        void add(String name,
                 IAppointment appointment)
        Adds new named destination.
        Parameters:
        name - String value
        appointment - IAppointment instance
      • getNames

        String[] getNames()
        Gets array of names of the destinations.
        Returns:
        Array of String values