Classe RemoveWatermarkActionclass RemoveWatermarkAction
Classe di azione che specifica la rimozione della filigrana dal documento.An action class that specifies removing the watermarking from the document.
RiepilogoSummary
MembriMembers | DescrizioniDescriptions |
---|---|
public const std:: Vector <std::string>& GetUIElementNames ()public const std::vector<std::string>& GetUIElementNames() | Ottiene un elenco di nomi da usare per individuare gli elementi dell'interfaccia utente che devono essere rimossi.Gets a list of names that should be used to find the UI elements that should be removed. |
public ActionType GetType() constpublic ActionType GetType() const | Specifica il tipo di Action.Get the type of Action. |
MembriMembers
GetUIElementNames (funzione)GetUIElementNames function
Ottiene un elenco di nomi da usare per individuare gli elementi dell'interfaccia utente che devono essere rimossi.Gets a list of names that should be used to find the UI elements that should be removed.
Restituisce: un elenco di nomi di elementi dell'interfaccia utente.Returns: A list of ui element names.
Funzione GetTypeGetType function
Specifica il tipo di Action.Get the type of Action.
Restituisce: ActionType Tipo di azione derivata in cui è possibile eseguire il cast di questa classe di base.Returns: ActionType The type of derived action this base class can be cast to.