<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Corel: how to verticaly center paragraph text - BugOverflow				            </title>
            <link>https://muszak.eu/community/bugoverflow/corel-how-to-verticaly-center-paragraph-text/</link>
            <description>muszak.eu Forum dyskusyjne</description>
            <language>pl-PL</language>
            <lastBuildDate>Sun, 08 Mar 2026 13:04:24 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Corel: how to verticaly center paragraph text</title>
                        <link>https://muszak.eu/community/bugoverflow/corel-how-to-verticaly-center-paragraph-text/#post-512</link>
                        <pubDate>Thu, 30 Nov 2017 10:56:50 +0000</pubDate>
                        <description><![CDATA[nobody knows why this option is not visible in most countries (language problems? who knows), this is my workaround.
1. Create macro (alt+f11)
2. Create new module in VBAPRoject -&gt; Module...]]></description>
                        <content:encoded><![CDATA[<p>nobody knows why this option is not visible in most countries (language problems? who knows), this is my workaround.</p>
<p>1. Create macro (alt+f11)<br />
2. Create new module in VBAPRoject -&gt; Module<br />
3. Paste this macro</p>

<div class="bwp-syntax-block clearfix">
<div class="bwp-syntax-toolbar"><div class="bwp-syntax-control"><a href=";" class="bwp-syntax-source-switch" title="View Source Code"></a></div></div>
<div class="bwp-syntax-wrapper clearfix bwp-syntax-simple"><table class="bash"><tbody><tr class="li1"><td class="ln"><pre class="de1">1
2
3
4
5
6
7
8
</pre></td><td class="de1"><pre class="de1">Public Sub centerVerticalAllParagraphs<span class="br0">&#040;</span><span class="br0">&#041;</span>
&nbsp; &nbsp; Dim s As Shape
&nbsp; &nbsp; Dim srParagraph As ShapeRange
&nbsp; &nbsp; Set srParagraph = ActivePage.Shapes.FindShapes<span class="br0">&#040;</span>query:=<span class="co3">&quot;</span><span class="sy0">@</span><span class="re2">type</span>=<span class="co3">'</span>text:paragraph<span class="co3">'</span><span class="co3">&quot;</span><span class="br0">&#041;</span>
&nbsp; &nbsp; &nbsp;For Each s In srParagraph
&nbsp; &nbsp; &nbsp; &nbsp;s.Text.Frame.VerticalAlignment = cdrCenterJustify
&nbsp; &nbsp; &nbsp;Next s
End Sub</pre></td></tr></tbody></table></div>
<div class="bwp-syntax-source"><pre class="no-parse">Public Sub centerVerticalAllParagraphs()
    Dim s As Shape
    Dim srParagraph As ShapeRange
    Set srParagraph = ActivePage.Shapes.FindShapes(query:="@type='text:paragraph'")
     For Each s In srParagraph
       s.Text.Frame.VerticalAlignment = cdrCenterJustify
     Next s
End Sub</pre></div></div>

<p>4. Run it</p>]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/corel-how-to-verticaly-center-paragraph-text/#post-512</guid>
                    </item>
				                    <item>
                        <title>Corel: how to verticaly center paragraph text</title>
                        <link>https://muszak.eu/community/bugoverflow/corel-how-to-verticaly-center-paragraph-text/#post-511</link>
                        <pubDate>Thu, 30 Nov 2017 10:53:30 +0000</pubDate>
                        <description><![CDATA[Paragraph Formating is not visible]]></description>
                        <content:encoded><![CDATA[Paragraph Formating is not visible]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/corel-how-to-verticaly-center-paragraph-text/#post-511</guid>
                    </item>
							        </channel>
        </rss>
		