From 6103b6698c6bd832127e781308cd77566167fd3f Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Thu, 22 Feb 2018 08:09:53 +0900 Subject: add some whitespace to make it more readable, no change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7a08d316b5d7fc99043344b1cf7cb8e326df75ae Reviewed-on: https://gerrit.libreoffice.org/50170 Reviewed-by: Tomaž Vajngerl Tested-by: Tomaž Vajngerl --- offapi/com/sun/star/drawing/GraphicObjectShape.idl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'offapi/com') 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) -- cgit