Centering Text Vertically

By default, text sits on a line underneath the letters (the black line in the image).  I'm trying to make it so that the text is center along an imaginary line through the center of the text (the red line).   So that the 'dum' to the left
of the 'B' will be centered within the height of the 'b' and not sitting along the bottom line.  Can this be done in Word 2010?
Picture this text size 12 point that says 'dum' and the size 24 that reads' bT' and then again 12 point that says 'ext' to read
dumBText. 
The BT are large and should be the center point for the smaller text around it.
EDIT:  I cannot embed an image or links so scratch the image part.

You could insert ADVANCE fields before & after the BT to lower, then raise, the text position by 6pt. With field codes visible (Alt-F9 toggles them on/off), your string would look like:
dum{ADVANCE \d 6}BT{ADVANCE \u 6}ext
with the BT in 24pt. Depending on the font you use, you might need to change the 6 in each field, which is the number of points, to a different value to get the desired effect.
Note: The field brace pairs (ie '{ }') for the fields are created in the document itself, via Ctrl-F9 (Cmd-F9 on a Mac); you can't simply type them or copy & paste them from this message.
Cheers
Paul Edstein
[MS MVP - Word]

Similar Messages

  • Centering text vertically in text box

    When you open a text box how do you center the text in the middle from top to bottom(vertically), not left to right. The text starts immediately in the top left corner. I need it in the center of a predefined text box size, so that if you drew a line across the center of the box from left to right, the top half of the letters  would be above the line and the bottom half would be below the center line. In other words there should be the same distance above the words to the top edge of the text box, as to the bottom of the text box, from the center.

    Thanks for the reply. Let me start by saying I am definitely a newbie with Photoshop. So if you could explain what I should do in PS that would help. I'm using CS6 Extended. I really don't know the difference between Paragraph text and Point text, and not sure what you mean when you ask is this for an Action.
    I selected the "T" Horizontal type tool, and drew a box. Then I started typing. It looks like my selections are left align, center align, and right align. But it does not Center it in the middle of the box. The text is still at the top of the box. I have to have the box a certain size because of the project I'm working on. I'm assuming the text I'm selecting is what you are calling Paragraph Text. How do you use Point Text.
    It's basically the spine on a book cover. You place the Title and the Authors name there, but you have to make sure it fits within the spine width, and is centered in that area. Like if you were looking at the side of a book, the title/author should be centered along that spine from top to bottom.
    Thanks!

  • Centering text vertically & horizontally on a page

    Anyone know how to do this? I know how to center text within a text frame but what about a whole page. In this instance I would like to center it on a business card!
    Thanks!

    Windows>Align
    Then Select
    To: Page
    And then hit the center button on the vertical and horizontal

  • Centering Nodes/Text - Vertically & Horizontally

    Since JavaFX v1 was released overnight the ability to align text VERTICALLY and horizontally has been removed/changed.
    Horizontal alignment is more or less the same as there is Text.textAlignment
    Vertical alignment is now missing. In preview1 we could set and x/y for the Text and then we could also set vertical alignment on the Text: [SEE HERE|http://javafx.com/releases/preview1/docs/api/javafx.scene/javafx.scene.VerticalAlignment.html]. Just bind a translation to the middle x/y of the parent.
    Using v1 I would expect the to see "BLAH" in the middle of the scene:
    public class CenteredText extends Text {
            override var textAlignment = TextAlignment.CENTER;
            override var textOrigin = TextOrigin.TOP;  //???
            override var translateX = bind (boundsInParent.width - boundsInLocal.width) / 2 ;
            override var translateY = bind (boundsInParent.height - boundsInLocal.height) / 2 ;
    function run(){
        Stage {
            title: "BLAH"
            scene: Scene {
                width: 800
                height: 400
                content: [
                    CenteredText{
                        content: "BLAH"}
    }}Finally, this is not really a requirement of Text, all nodes should be able to align themselves in the middle of their parent.

    Hello dgrieve,
    You suggest using "parent" instead of "scene" for the general case, however, I cannot get this to work. I put the text in a Group as you mentioned, but I just get a StackOverflowError. This is using parent.boundsInLocal as well as parent.boundsInParent.
    Could you or anybody look at the following code to see what I did wrong? Thank you.
    import javafx.scene.text.Text;
    import javafx.scene.text.TextAlignment;
    import javafx.scene.text.TextOrigin;
    import javafx.scene.Scene;
    import javafx.stage.Stage;
    import javafx.scene.Group;
    public class CenteredText extends Text {
       override var textAlignment = TextAlignment.CENTER;
       override var textOrigin = TextOrigin.TOP;
    //   override var translateX = bind (scene.width - boundsInLocal.width) / 2 ;
    //   override var translateY = bind (scene.height - boundsInLocal.height) / 2 ;
       override var translateX = bind (parent.boundsInLocal.width - boundsInLocal.width) / 2 ;
       override var translateY = bind (parent.boundsInLocal.width - boundsInLocal.height) / 2 ;
    //   override var translateX = bind (parent.boundsInParent.width - boundsInLocal.width) / 2 ;
    //   override var translateY = bind (parent.boundsInParent.width - boundsInLocal.height) / 2 ;
        public function run(args : String []) : Object {
            Stage {
                title: "Vertical and Centered Text Node Example"
                scene: Scene {
                    width: 800
                    height: 400
                    content: [
                        Group {
                            content: [
                                CenteredText{
                                    content: "ONE\nTWO\nTHREE\nFOUR"
    }

  • Center text vertically in 6i

    I was wondering if there was a way to center text vertically in a text field in forms 6i.
    I have a banner at the top of my form as a text item, and I need the value(s) to be centered horizontally(which I have already done) and vertically which I am wondering how to do. Could someone please tell me how?
    TIA
    C

    It does not. It's specific to table cells, or things with the
    table-cell
    display style.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "kiusau" <[email protected]> wrote in
    message
    news:gnesja$osr$[email protected]..
    >
    quote:
    I need to center the text vertically in the div at the bottom
    of this
    > page.
    > How do I accomplish this?
    >
    > Create a single cell table inside the <div> tag
    and apply vertical
    > alignment
    > to the <tr> tag. I do not know, if vertical
    alignment works with the <p>
    > tag.
    >
    > Roddy
    >

  • Aligning text vertically

    I know how to center text horizontally within the text box in CS5 Extended (just click the same "center" icon you would click if you were using Microsoft Word or any other program), but how can I center it vertically (have it placed equidistant from the top and bottom of the text box)?  I know there must be a way.
    Thanks!

    I think the question has to do with text arranged vertically, rather than text that is centered on a vertical line dividing the cell.
    The example in column A is available in cells in Pages Tables. But of a kludge, though, as its achieved by inserting a return (option-return if you're typing it in the cell) after each character in the string.
    The example in column B is made by entering the text into a text box, then rotating the box using the Metrics Inspector, aand placing it in front of the cell where it is to appear.
    The example in column C has been horizontally centered in the cell using the alignment button on the format bar. There is also an alignment button in that bar to center the text vertically in the cell, but I hadn't used it before capturing the screen shot. This text also has an option return inserted after each of the first two words.
    Regards,
    Barry

  • Why are some of my pages centering themselves (vertically and horizontally) after I select the "Shrink document to avoid overwriting..." option under Add Headers and Footers?

    I'm working in Adobe Acrobat X Pro. I added header and footers through Adobe. I needed to select the "Shrink document to avoid overwriting the document's text and graphics" feature under the "Appearance Options..." option within the "Add Header and Footer" window. Some of the pages in my document that only had a few lines of text on them centered themselves (vertically and horizontally). How can I prevent that from happening?

    Just to recap, this is a collection of ports I have collected over time for people who needed this information when setting up the HP ePrint app so that they could view their email from within the app.  I am certain other applications also need this information.  Although lengthy, I could not find a more comprehensive place to retrieve this information.  Feel free to post additional information, faulty information, or other related topics below as this is simply a collection of data and it would be practically impossible to test all of them. Thank you!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • How to print text vertically in smart forms

    hi,
    Can any one tell how to print text vertically in smartforms
    ADVANCE THANKS
    GUHAPRIYAN

    HI,
    Chk out  this thread.Maybe it proves helpful.
    Re: vertical writing in smartforms
    Regards,
    Gayathri

  • How to draw text vertically, or in an angle

    please help me how to draw text vertically, or in an angle

    I robbed the framework from Dr Las or 74phillip (don't remember which) ...
    import java.awt.*;
    import java.awt.geom.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class AngleText extends JPanel {
      private int      degrees = 16;
      private JSpinner degreesSpinner;
      public AngleText () {
        setBackground ( Color.WHITE );
      }  // AngleText constructor
      protected void paintComponent ( Graphics _g ) {
        super.paintComponent ( _g );
        Graphics2D g = (Graphics2D)_g;
        g.setRenderingHint ( RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON );
        AffineTransform at = AffineTransform.getRotateInstance ( Math.toRadians ( degrees ) );
        Font f =  g.getFont();
        g.setFont ( f.deriveFont ( at ) );
        g.drawString ( "Rotating Text!", getWidth()/2, getHeight()/2 );
        g.setRenderingHint ( RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_OFF );
      }  // paintComponent
      public JPanel getUIPanel () {
        SpinnerModel degreesModel = new SpinnerNumberModel (
                                      degrees  // initial
                                     ,0        // min
                                     ,360      // max
                                     ,2        // step
        degreesSpinner = new JSpinner ( degreesModel );
        degreesSpinner.addChangeListener ( new DegreesTracker() );
        JPanel panel = new JPanel();
        panel.add ( degreesSpinner );
        return panel;
      }  // getUIPanel
      //  DegreesTracker
      private class DegreesTracker implements ChangeListener {
        public void stateChanged ( ChangeEvent e ) {
          Integer i = (Integer)((JSpinner)e.getSource()).getValue();
          degrees   = i.intValue ();
          repaint();
      }  // DegreesTracker
      //  main
      public static void main ( String[] args ) {
        JFrame f = new JFrame ( "AngleText" );
        f.setDefaultCloseOperation ( JFrame.EXIT_ON_CLOSE );
        AngleText app = new AngleText();
        f.getContentPane().add ( app );
        f.getContentPane().add ( app.getUIPanel(), BorderLayout.SOUTH );
        f.setSize ( 200, 200 );
        f.setVisible ( true );
      }  // main
    }  // AngleText

  • How to justify text vertically in multi-column frame

    How do I justify text vertically in a multi-column frame but within the baseline grid?
    Working at a very busy publication, fitting text evenly in multi-column text boxes are crucial to be done quickly! I understand that it can be done manually by adjusting the tracking in order to force the text to end evenly on bottom. However I'm looking to achieve that result automatically, pretty much like the "Justify Vertically" feature except by doing so it spreads the last column lines out, but I need to keep the text on the grid.

    You can ask over in scripting: InDesign Scripting

  • How to display TEXT vertically in SMART FORM

    Hai,
    I need to display the column name of a table vertically (readable from bottom to top) in smart form.
    Could any one please tell me how to do this?
    Thanks & Best Regards,
    Maniyam Bhaskar.

    Hi,
    Go through these threads for the discussions happened on similar issue... hope it helps you..
    how to print text vertically in smart forms
    vertical and horizontal printing in same page with smartforms or sapscript
    Good luck
    Narin

  • How to align text vertically?

    This seems like it should be really easy: On a simple text slide, how do I align multiple lines of text vertically? Do I have to eyeball it, or is there a way to fix it exactly in the center, top to bottom?

    Hi -
    There is no automatic way, but there is a way to make it slightly easier.
    After you enter your text, grab the clip of type and move it to a portion of the timeline where there are no other clips.
    In the Canvas click on the button on the top right and select Checkerboard:
    !http:/www.spotsbeforeyoureyes.com/CanvasCheckerboardBG.jpg!
    This will make the background a checkerboard so you can count the squares to verify the top and bottom line are equidistant from the TV Safe Guidelines:
    !http://www.spotsbeforeyoureyes.com/CanvasCheckerBoardExample.jpg!
    When you are done positioning the type, grab the clip and place it above the clip you originally wanted it to appear over.
    You can either leave the Canvas set to display a checkerboard when there is no video present, or switch it back to Black.
    Hope this helps.

  • How to add text vertically into a Word margin with C# (using namespace: Microsoft.Office.Interop.Word)

    I need to add text vertically in a word document outside the margins.  How can I do this with Microsoft.Office.Interop.Word and C#?
    Leonard Swarczinski Software Developer Postal Center International

    Hi Leonard,
    According to your description, do you want to add text vertically into Page Header/Footer? I wrote a sample  for you.
    using Microsoft.Office.Core;
    using Microsoft.Office.Interop.Word;
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    namespace AddTextToWord
    class Program
    static void Main(string[] args)
    CreateNewDocument();
    Console.ReadLine();
    private static void CreateNewDocument()
    Object oMissing = System.Reflection.Missing.Value;
    Microsoft.Office.Interop.Word.Application oWord;
    Microsoft.Office.Interop.Word.Document oDoc;
    oWord = new Microsoft.Office.Interop.Word.Application();
    oWord.Visible = true;
    oDoc = oWord.Documents.Add(ref oMissing, ref oMissing, ref oMissing, ref oMissing);
    String HeaderText = "Hello everyone!";
    WdParagraphAlignment wdAlign = WdParagraphAlignment.wdAlignParagraphCenter;
    AddHeader1(oWord, HeaderText, wdAlign);
    private static void AddHeader1(Application WordApp, string HeaderText, WdParagraphAlignment wdAlign)
    Object oMissing = System.Reflection.Missing.Value;
    WordApp.ActiveWindow.View.Type = WdViewType.wdOutlineView;
    WordApp.ActiveWindow.View.SeekView = WdSeekView.wdSeekPrimaryHeader;
    Microsoft.Office.Interop.Word.Shape textBox = WordApp.ActiveDocument.Shapes.AddTextbox(MsoTextOrientation.msoTextOrientationVertical, 150, 10, 40, 40);
    textBox.TextFrame.TextRange.Text = HeaderText;
    WordApp.ActiveWindow.View.SeekView = WdSeekView.wdSeekMainDocument;
    If I misunderstood or anything wrong, please let me know and you can get more information from below articles.
    Office development in Visual Studio
    http://msdn.microsoft.com/en-us/office/hh133430.aspx
    Abhout: AddTextbox Method
    http://msdn.microsoft.com/en-us/library/office/aa171543(v=office.11).aspx
    How to: Programmatically Insert Text into Word Documents
    http://msdn.microsoft.com/en-us/library/vstudio/6b9478cs.aspx

  • Center text vertically in DIV.

    I need to center the text vertically in the div at the bottom
    of this page. How do I accomplish this? I searched this forum, but
    couldn't find anything on it.
    http://www.liquidfirefishing.com/ocmc

    It does not. It's specific to table cells, or things with the
    table-cell
    display style.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "kiusau" <[email protected]> wrote in
    message
    news:gnesja$osr$[email protected]..
    >
    quote:
    I need to center the text vertically in the div at the bottom
    of this
    > page.
    > How do I accomplish this?
    >
    > Create a single cell table inside the <div> tag
    and apply vertical
    > alignment
    > to the <tr> tag. I do not know, if vertical
    alignment works with the <p>
    > tag.
    >
    > Roddy
    >

  • Writing text vertically and drawing dashed line

    Hello,
    I m trying to write text vertically ( basically to write data on the y-axis of a graph)..Is there a way in which i can set the line direction properties to VERTICAL..?
    Also, i m trying to draw a dashed line.Can anyone tell me how to do this?
    Thnx in advance....

    Try looking [url http://www.macdevcenter.com/pub/a/mac/2002/03/22/vertical_text.html]here.
    : jay

Maybe you are looking for

  • Determining DPI of an image-only PDF

    Does the Adobe SDK provide the ability to determine the DPI used for an image-only PDF? I have a set of PDFs and need to be able to sort them into those that were produced by scanned at 300DPI and those scanned at 600DPI. Can anyone point me to examp

  • Infotype for Employee begin date and end date

    Hi Friends, Could any one tell me the infotype and fields for getting employee joining date and end date. Regards, Susmita.

  • BC4J: How to commit multiple rows?

    I am trying to build scheduler application and for that I need to have a VO that displays 64 records (15 min time slots) so that user can enter some information in each time slot and commit. So this would commit changes to 64 records at the time. How

  • Printing with a USB/Parallel Printer port connection on an HP LaserJet 4000 series

    I have a Laserjet 4000 that is connected to Windows 7 via a usb/parallel port connection.  Until earlier today I have always been able to print without a problem.  Today however I can documents from the Internet to the printer and when I look at the

  • Cu 50 Inconsistent characteristic value assignment Message no. C1821

    Dear All sorry I come from Taiwan,my English is not well I have a question for SAP PP I study Make-to Order Production with Variant Configuration I read paper Make-to order Quotation Processing with Vaniant Procing(663) and In accordance with the fil