diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-02-22 08:09:53 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-02-22 22:18:25 +0100 |
commit | 6103b6698c6bd832127e781308cd77566167fd3f (patch) | |
tree | 9cc1adf49157672808249b8205da1c3aa2e798f6 /offapi | |
parent | 6a4c464b49dbfa2801818ead1b50bc9580824d00 (diff) |
add some whitespace to make it more readable, no change
Change-Id: I7a08d316b5d7fc99043344b1cf7cb8e326df75ae
Reviewed-on: https://gerrit.libreoffice.org/50170
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/GraphicObjectShape.idl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/GraphicObjectShape.idl b/offapi/com/sun/star/drawing/GraphicObjectShape.idl index 3a6e8d219bd6..522d0019bd48 100644 --- a/offapi/com/sun/star/drawing/GraphicObjectShape.idl +++ b/offapi/com/sun/star/drawing/GraphicObjectShape.idl @@ -113,20 +113,28 @@ published service GraphicObjectShape /// Whether this shape is actually a signature line. [optional, property] boolean IsSignatureLine; + /// The ID of the signature line, used to connect to a signature. [optional, property] string SignatureLineId; + /// Suggested Signer, Name of the Signer [optional, property] string SignatureLineSuggestedSignerName; + /// Suggested Signer, Line 2 (Title or additional information) [optional, property] string SignatureLineSuggestedSignerTitle; + /// Suggested Signer Email [optional, property] string SignatureLineSuggestedSignerEmail; + /// Signing instructions, to be shown at signing time [optional, property] string SignatureLineSigningInstructions; + /// Whether the signing date should be shown in the shape [optional, property] boolean SignatureLineShowSignDate; + /// Whether the user can attach a comment at signing time [optional, property] boolean SignatureLineCanAddComment; + /** Image to be displayed when the signature line is unsigned * * Images for signed signature lines (valid and invalid) |