Placing text within a diamond within a rectangle

I am trying to use Pages 6 to do some very basic Chen diagrams for a database course I am taking and what would seem like a simple task eludes me.
I want to put some text in a diamond shape, then put that diamond shape in a rectangle. I can figure out how to put the diamond shape in the rectangle just fine, but putting text in the rectangle seems like an impossibility. I have tried every option I can find by option-clicking, command-clicking, and fiddling with the Inspector, but nothing seems to work. How can I get a diamond that allows text to be inserted in it AND that can be inserted into a rectangle?
Ideally, I also want to scale the rectangle so each angle intersects with the rectangle. If that's not possible, fine, but it would be nice.
Thanks!

The possibilities are endless. You need to understand the basics.
The default object moves with text and has wrap on. To really play with object layering you need to turn both these features off. Open the Inspector and click on the wrap tab. Select 'Fixed on Page' and uncheck 'object causes wrap. Do this for each object you create.
Objects by default are also filled. Open the Inspector, click on the object tab and from the 'fill' pull down menu select none for no fill (just the object lines).
Pages has transparency. All objects, again in the inspector, can be made transparent by adjusting the opacity slider.
This is just the tip of the iceberg:
With Pages open go to the help menu and select the 'Pages User guide.' In the manual open the section called 'working with graphics and other media'. There is tons of info in there.
Kurt

Similar Messages

  • Placing text within a double shape

    Hey everyone,
    I've been playing around with the shape and path tools in Photoshop CC this week, and have been creating text inside of shapes. It soon being valentines day, i thought i would try use the shape tool to create a heart and some text. I discovered in the custom shape tools a "double heart." What i was trying to do was set text so it would wrap inside of the boundaries of the two hearts, but i was having trouble getting photoshop to recognize the boundaries of the shape. Whenever i set the text cusor down inside the boundaries it just runs the text as if the shape wasn't there.
    It's been relatively easy to do this with a solid shape, but I must be missing a step here. Enclosed is a screencap that explains what i'm trying to do.
    Thanks in advance for the help!
    -Quin

    You can use a clipping path to clip the text into the heart. Like so:

  • Offset placed image within rectangle

    I need the code that allows me to offset image within a rectangle. Hopefully within properties as I place image on imageFrame. I've googled for quite a while. All help appreciated.
    set filePath to alias "Mac_3a:Users:kevin:Documents:DustBin:20080807:theImage.pdf"
    tell application "Adobe InDesign CS3" to tell document 1
    set imageFrame to make rectangle at page 1 with properties {geometric bounds:{0, 0, 5, 7}}
    place filePath on imageFrame with properties {absolute horizontal scale:30, absolute vertical scale:30}
    end tell

    This code works, if slightly inaccurate in placement. Please notice the commented code showing an error when attempting to retrieve geometric bounds of the image within the rectangle. Any thoughts on that error?
    set frameBounds to {0.0, 0.0, 11.0, 8.5}
    set linkPath to alias "Mac_3a:Users:kevin:Pictures:Faux Fur.jpg"
    set linkOffset to {-1, -3, 0, 0}
    tell application "Adobe InDesign CS3"
    tell document 1
    tell page 1
    set imageFrame to make rectangle with properties {geometric bounds:frameBounds}
    set framedImage to place linkPath on imageFrame with properties {absolute horizontal scale:100, absolute vertical scale:100, geometric bounds:linkOffset}
    -- tell framedImage to get geometric bounds -- this code errors
    end tell
    end tell
    end tell

  • Text within textframe disappearing once placing tiled background

    Hello,
    I'm new with the creative suite and trying to navigate and learn!  Super steep learning curve..
    Here's my issue:  The text within my text frames in InDesign disappears when I place a tiled background I created in photoshop.  I've put the background .psd file in the bottom-most layer, tried sending it back, but for some reason, text in higher layers just keep disappearing.  Images will show up, but never text.
    Any help with this issue?  And I apologize in advance if this has already been answered somewhere in the forum. 
    Many thanks!

    Sounds like you have text wrap applied to the background image. Either turn it off, or set the text frame options to "ignore Text Wrap"

  • How to align text within an EditText?

    Hello,
    using this simple one as an example:
    var w = new Window('dialog');
    w.preferredSize = [200,100];
    w.et = w.add('edittext', void 0, "Some text");
    w.et.preferredSize.height = 40;
    w.show();
    The "Some text" is placed top-left in the EditText - is it possible to control its alignment, i.e. ['center', 'middle']?
    (just to be clear, I'm not interested in the EditText position within the Window, but just the text within the EditText itself).
    Thank you!
    Davide Barranca
    www.davidebarranca.com

    Davide, use the below example with either left, center, or right.  You have to have the justify line right after the line that creates the edittext box:
    #target photoshop
    var dlg = new Window('dialog','test')
    dlg.txt = dlg.add('edittext',undefined,'this it the text');
    dlg.txt.justify = 'center'
    dlg.txt.size = [200,60]
    dlg.show()

  • Placing Images within Content

    Is this the correct method for placing images within the content?
    <img src= "img/204point.jpf" alt="204 Point System" />
    or is there a better method using CSS?
    This is not a background image, it is just an image amongst the text.

    Yes, that's the correct way, although .jpf is not a recognized extension for images. I assume it's a typo for .jpg. Also, the width and height of the image should be included. Dreamweaver should detect these automatically for you.
    Images are considered inline elements, so you normally need to use CSS to float them left or right to flow the text around them. Create the following style rules in your style sheet:
    .floatleft {
      float: left;
      margin-right: 8px;
    .floatright {
      float: right;
      margin-left: 8px;
    Select the image, and apply floatleft or floatright from the Class menu in the Property inspector.

  • I just statred Flash CC for the first time and it seems that the text within the pop-up window (dialog box) is mis-aligned and not allowing me access to the command buttons, nor all the text. (ie: the NEW Template Box, can't see but 2/3 of the content)

    I just statred Flash CC for the first time and it seems that the text within the pop-up window (dialog box) is mis-aligned and not allowing me access to the command buttons, nor all the text. (ie: the NEW Template Box, can't see but 2/3 of the content) is there a fix to this problem? using 8.1, Monitor is a high res.2560x1440.

    Another View.
    the GUI is so hard to read (so small) I enlarge my Ps UI by the instructions below...which helped a lot.

  • How can I detect a certain text within a field within CASE using IF

    Dear all,
    for a transformation / generation of values receiving from R/3 into BW I try to
    manupulate three fields. I have a problem detecting a string in a field.
    I am using a CASE with several WHEN clauses on one field. Depending on the
    value, an IF is integrated. There I look into another field evaluating, if it contains
    a certain string. E.g. IF STRING CP 'xyz' OR 'abc'.
    System gives error for the locigal expression. I also tried CS, but same error.
    How can I detect a certain text within a field and which is the right logical
    expression.
    Many thanks in advance!!!
    Claudia

    Hi,
    Folow the blow example...
    May be it helps....
    DATA: hex1 TYPE string,
          hex2 TYPE string.
    hex1 = 'FFFF'.
    hex2 = '123FF'.
    IF hex1 CP hex2.
    ENDIF.
    Cheers,
    SImha.

  • How to apply style to partial text within a tag in xml file

    I have created a webpage using Dreamweaver CS4 Spry Regions. Everything is functioning as expecting, however now I need to apply a style to part of the text. Every occurance of the company name needs to be in italics - the problem is that the company name appears within different parts of the text within a set of tags.
    http://www.certifiedangusbeef.com/private1/sales/facts/index.php
    ie - <description> this is my company name which must appear in italics</description>
    In this example, only "company name" needs to be italicized. We have created an XSL file that applies the italics properly when the XML file is viewed in the browser. But it does not have any effect on the final web page - as though spry is blocking the XSL or we've missed a step in linking all the files together.
    Here's the XSL code:
    <?xml version="1.0" encoding="utf-8"?><!-- DWXMLSource="facts.xml" --><!DOCTYPE xsl:stylesheet  [
    <!ENTITY nbsp   "&#160;">
    <!ENTITY copy   "&#169;">
    <!ENTITY reg    "&#174;">
    <!ENTITY trade  "&#8482;">
    <!ENTITY mdash  "&#8212;">
    <!ENTITY ldquo  "&#8220;">
    <!ENTITY rdquo  "&#8221;">
    <!ENTITY pound  "&#163;">
    <!ENTITY yen    "&#165;">
    <!ENTITY euro   "&#8364;">
    ]>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
        <xsl:template match="node()|@*">
            <xsl:copy>
                <xsl:apply-templates select="node()|@*"/>
            </xsl:copy>
        </xsl:template>
        <xsl:template match="text()[ancestor::description]" name="replace">
            <xsl:param name="pString" select="."/>
            <xsl:choose>
                <xsl:when test="contains($pString,'Certified Angus Beef ®')">
                    <xsl:value-of select="substring-before($pString,'Certified Angus Beef ®')"/>
                    <i>Certified Angus Beef<sup> &reg;</sup> </i>
                    <xsl:call-template name="replace">
                        <xsl:with-param name="pString"
                        select="substring-after($pString,'Certified Angus Beef ®')"/>
                    </xsl:call-template>
                </xsl:when>
                <xsl:otherwise>
                    <xsl:value-of select="$pString"/>
                </xsl:otherwise>
            </xsl:choose>
        </xsl:template>
        <xsl:template match="text()[ancestor::item]" name="replace1">
            <xsl:param name="pString" select="."/>
            <xsl:choose>
                <xsl:when test="contains($pString,'Certified Angus Beef ®')">
                    <xsl:value-of select="substring-before($pString,'Certified Angus Beef ®')"/>
                    <i>Certified Angus Beef<sup> &reg;</sup> </i>
                    <xsl:call-template name="replace">
                        <xsl:with-param name="pString"
                        select="substring-after($pString,'Certified Angus Beef ®')"/>
                    </xsl:call-template>
                </xsl:when>
                <xsl:otherwise>
                    <xsl:value-of select="$pString"/>
                </xsl:otherwise>
            </xsl:choose>
        </xsl:template>
    </xsl:stylesheet>

    An element attribute is set with the method
    setAttribute(String name,
                             String value)or the
    setAttributeNode(Attr newAttr)method.

  • Box in  Sap Script and text within

    Hi,
    I want to create a box at the end of the main window and text within it.
    The main window can end at 1st page itself or it can be extended to second page based on the articles. So the box should appear at the end of the last article in the main window.
    and also i would like to know, how do we write text in a box.
    Could any1 help me out on this.
    Thanks

    You can create a variable window in the main window.
    You can restrict the last item of the main window by varying the size of main window. In your wite-form ,
    CALL FUNCTION 'WRITE_FORM'
          EXPORTING
             element                  = 'ITEM'
          function                 = 'SET'
          type                     = 'BODY'
          window                   = 'MAIN'
          EXCEPTIONS
            element                  = 1
            function                 = 2
            type                     = 3
            unopened                 = 4
            unstarted                = 5
            window                   = 6
            bad_pageformat_for_print = 7
            spool_error              = 8
            codepage                 = 9
            OTHERS                   = 10.
        IF sy-subrc <> 0.
    DO this. in the bottom of the main window, create a variable window.
    you can add your text in the variable window inside main window.
    it will be displayed just after the item ends.
    Reagrds,
    Pritha.
    Message was edited by:
            Pritha Agrawal

  • Is there a way to find text within InDesign documents in a search using windows environment?

    We are working in Windows and transitioning from using Word to InDesign for our documents.  InDesign documents do not show up in the results when trying to search for a file name or file contents. How can we search for specific text within our InDesign documents?  Any suggestions would be greatly appreciated.

    http://markzware.com/products/pagezephyr-search/

  • Style sheet changing when applied to text within a table

    Hi everyone,
    I'm using ID CS2.
    I've defined a paragraph style sheet with the regular weight of a certain typeface, however when I apply this style to text within a table, the typeface changes to the bold version of the font even though the regular version is specified in the style.
    Does anyone know if this is a known issue with styles being applied to tables or is it a sign of a corrupt file or something? Is there a fix?
    Thanks

    Is there a character style applied to the table or text in the table. I had many issues with this over-riding my paragraph style.

  • Apply different styles to text within a Text field?

    I am working on an application that consumes a user-generated
    HTML file and displays it on part of a Flex screen. The main
    problem is HTML can look something like this (for example):
    Hello <span class="greeting">Mr. Smith</span>,
    how are you doing <span class="title>today</span>.
    Unfortunately, the Flex Text control only accepts a single
    style that is applied to all text within the control and the
    htmlText property only allows for very basic HTML markup and does
    not include support for applying styles to a part of the text.
    I've thought about creating a series of Text controls (each
    with its own style as needed) and putting them together in an HBox.
    However, this messes up word wrapping if the text exceeds the width
    of its container.
    Anyone have any ideas how to solve this problem?
    Thanks!
    Dustin

    Could you please elaborate your requirement since you can have different instances of synchronized text have different formatting.
    So your original menu can consist of various text blocks (marked with different content tags) and then duplicate them and apply different formatting to the copied text. The text is still linked and an update to one will get synced to the other.
    If you are looking at applying different styling to chunks of text within one textframe (marked using a content tag), THAT is not possible, since the tagged content is supposed to maintain integrity of text and not the associated styling (which you should be able to apply independently).
    Hope that makes sense.
    Cheers,
    Vikas

  • How do I Create a Hyperlink to other text within same email?

    I want to use Mail to send out Newsletters.
    Content section would contain hyperlinked text to each section (or Heading in PC world) below.
    How do I create a hyperlink to text within the same email?
    It's not hard to do in the PC world, how about the Mac world?
    I bought the book "Mac OS X 10.5 (ISBN: 978-0-321-50263-6) and it does not help with this matter but I've also asked the question at www.ExplainMyBook.com because I thought the book "Mac OS X 10.5 Leopard" might help me out.

    not possible AFAIK. Mail html capabilities are pretty rudimentary and this is one of the things it can't do. You might be able to achieve it if you create an html file with such internal anchors in a some html editor, then open that file in safari and embed it into an outgoing email from there. i couldn't make it to work though when I tried.
    You should probably stick with a different email client if you want things like that. I know Thunderbird can do it for example.

  • How do I rotate text within a table Pages 4.3?

    Does anyone know how to rotate text within a cell in a Pages 4.3 table?

    You would have to use a floating text box over the cell. Make sure text wrap is turned off.

Maybe you are looking for

  • CA web enrollment page is not shown in windows server 2008 R2 Datacenter edition

    hi friends on a windows server 2008 R2 Datacenter, i have installed ADCS (including web enrollment), & every thing is ok. but when i connect to CA web enrollment page to request a certificate for my web server, when i select advanced certificate requ

  • My thinkpad t420s doesn't last 2 hours

    hardware and software: * thinkpad t420s, brand new with standard battery * CPU: i7-2640M CPU @ 2.80GHz, 4 cores. frequency scaling is enabled, they all usually run at 800MHz (ondemand governor) * intel SSD, no HDD * wifi: iwlwifi: Intel(R) Centrino(R

  • Photos and Music on external HD do not synch with Snow Leopard upgrade.

    I upgraded to Snow Leopard several months ago.  I keep my music and photos on an external HD (WD My Passport).  Since the upgrade most of my music does not synch and Faces.  Can someone help me resolve this?  My family has 4 iPods that I can't fully

  • ICommand export diffculties

    I am trying to export all the data objects and reports while getting ODBC exception: C:\EXPORTS>iCommand cmd=EXPORT file="vo6.report" all=1 Oracle BAM Command Utility Indigo Prerelease (Indigo 3) [Build 3 4 5109 0, ADC Version 862.0] Copyright (c) 20

  • How do you setup HTML signatures in Mountain Lion Mail?

    Hi, Any help with this issue will be very much appreciated. I have just updated to Mountain Lion, it seems to work ok aside from "Mail signatures". I am creating a new signature for my company and noticed that in Mountain Lion, mail creates a new sig