Kaydet (Commit) 6103b669 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Tomaž Vajngerl

add some whitespace to make it more readable, no change

Change-Id: I7a08d316b5d7fc99043344b1cf7cb8e326df75ae
Reviewed-on: https://gerrit.libreoffice.org/50170Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
Tested-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
üst 6a4c464b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment