You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/04/26 17:37:01 UTC

[jira] [Commented] (DOXIA-588) The Sink.JUSTIFY_XXX has no effect

    [ https://issues.apache.org/jira/browse/DOXIA-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17332640#comment-17332640 ] 

ASF GitHub Bot commented on DOXIA-588:
--------------------------------------

qualitesys opened a new pull request #61:
URL: https://github.com/apache/maven-doxia/pull/61


   See Jira ticket https://issues.apache.org/jira/browse/DOXIA-588
   Source code patch
   Update Unit test as well


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> The Sink.JUSTIFY_XXX has no effect
> ----------------------------------
>
>                 Key: DOXIA-588
>                 URL: https://issues.apache.org/jira/browse/DOXIA-588
>             Project: Maven Doxia
>          Issue Type: Bug
>            Reporter: QualiteSys QualiteSys
>            Priority: Minor
>
> Hello
> I wish to use custom column alignments in tables.
> The Sink.JUSTIFY_LEFT or RIGHT seams not working.
>  
> Is this code valid ?
> {code:java}  sink.table();
>   int[] j = {       
>      Sink.JUSTIFY_LEFT,
>      Sink.JUSTIFY_RIGHT
>    };
>   sink.tableRows(j, true);{code}
> I haven't found examples up to now.
> Thanks for your help
> Didier



--
This message was sent by Atlassian Jira
(v8.3.4#803005)