<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Yes, but this could take a long time if
you have a lot of tables with a lot of rows. <br>
<br>
However, if you do the search and replace using a text editor that
supports regular expressions (Notepad++, etc.) this could be a
good solution. The regular expression to search for would be
"RowMinHeight [0-9]*.[0-9]*" (without the quotes) and replace
with RowMinHeight 0.<br>
<br>
<pre class="moz-signature" cols="72">Shmuel Wolfson
Technical Writer
052-763-7133
</pre>
On 07-Jul-14 7:12 PM, Craig Ede wrote:<br>
</div>
<blockquote cite="mid:BLU178-DS13845313F5C6143846A1EED50D0@phx.gbl"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.EmailStyle18
{mso-style-type:personal-reply;
font-family:"Calibri","sans-serif";
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">I set the row
heights to zero, which I believe is the default. FrameMaker
seems to take things over from there using the current
paragraph tag to set the height to the minimum without
obscuring text.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">If all your
custom settings are the same (for example: "1.56789") you
can do a simple search and replace in the mif.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Replace:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><RowMinHeight
1.56789"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">with<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><RowMinHeight
0"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">It looks to me
like you could reset all tables by just removing the
<RowMinHeight x.xxxxx> line from the mif. That would
require a more sophisticated find value that used wildcards
(or regexp)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Try this on a
copy of a file and see if that works for you.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Craig<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><a moz-do-not-send="true"
name="_MailEndCompose"><span style="color:#1F497D"><o:p> </o:p></span></a></p>
<div>
<div style="border:none;border-top:solid #B5C4DF
1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">
<a class="moz-txt-link-abbreviated" href="mailto:framers-bounces@lists.frameusers.com">framers-bounces@lists.frameusers.com</a>
[<a class="moz-txt-link-freetext" href="mailto:framers-bounces@lists.frameusers.com">mailto:framers-bounces@lists.frameusers.com</a>] <b>On
Behalf Of </b>Christenson, Pat<br>
<b>Sent:</b> Thursday, June 19, 2014 2:36 PM<br>
<b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:framers@lists.frameusers.com">framers@lists.frameusers.com</a><br>
<b>Subject:</b> Removing custom row heights<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Almost all our tables have custom row
heights – ugh! Does anyone know of a way to global reset the
row heights to the defaults? I can’t find anything in
FrameMaker so I’m wondering if there’s an add-on for it.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">FrameMaker 10, Windows 7 Professional<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks!<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Pat Christenson<o:p></o:p></p>
<p class="MsoNormal">Resource Coordinator<o:p></o:p></p>
<p class="MsoNormal">Fitzgerald Marketing and Communications<o:p></o:p></p>
<p class="MsoNormal"><a moz-do-not-send="true"
href="mailto:PChristenson@ftportfolios.com">PChristenson@ftportfolios.com</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
You are currently subscribed to framers as <a class="moz-txt-link-abbreviated" href="mailto:shmuelw1@gmail.com">shmuelw1@gmail.com</a>.
Send list messages to <a class="moz-txt-link-abbreviated" href="mailto:framers@lists.frameusers.com">framers@lists.frameusers.com</a>.
To unsubscribe send a blank email to
<a class="moz-txt-link-abbreviated" href="mailto:framers-unsubscribe@lists.frameusers.com">framers-unsubscribe@lists.frameusers.com</a>
or visit <a class="moz-txt-link-freetext" href="http://lists.frameusers.com/mailman/options/framers/shmuelw1%40gmail.com">http://lists.frameusers.com/mailman/options/framers/shmuelw1%40gmail.com</a>
Send administrative questions to <a class="moz-txt-link-abbreviated" href="mailto:listadmin@frameusers.com">listadmin@frameusers.com</a>. Visit
<a class="moz-txt-link-freetext" href="http://www.frameusers.com/">http://www.frameusers.com/</a> for more resources and info.
</pre>
</blockquote>
<br>
</body>
</html>