• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Table in Word 365
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Table in Word 365


  • Subject: Re: Table in Word 365
  • From: Jim Underwood via AppleScript-Users <email@hidden>
  • Date: Mon, 20 Apr 2020 18:54:45 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=apoemail.us; dmarc=pass action=none header.from=apoemail.us; dkim=pass header.d=apoemail.us; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=LrSSdPRQl9GpxknIN3+rT5amM903wcm0Iom4GFGu0CU=; b=hLTNZmPRf/VVqPR/SmjL0rBhN5XY/S3OARtMi1AGE6MXEc53gW2hIMkCdCkvf9c8rvT301j9POy45yw1QUXOdsmhMQpZanTbQyV6JrF1tlibYPRJfHRun94yL6u4JcEqpMnTrPtyyPC1ZGQ3cmPHgATs0qngfKDfdjcvuZpWLtYVlV+HFNE4h+Idzlb3yKRq0QGyTyJ60Pq8rZmRRa3eVJADbgEzM0m0bsELTbcuIGscSgeHCd4xtxpSyMZkgqBWvha0XjAsU8WkquqRoyxes4AziX3PsNcL6VVVE3M+AafxGyjT5f3TBtNKtPNAkOH/8fWWYnhnmqG2fdKOQYF4+w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=EWtbM3v/HU0dQ5QXT1tUFSfV8T/zCoSroW2hbZ0sTV7XmvcHs3RhL1r9DLla2F19n8AurUD7tD901hAgUfE1BguFLgX4hU6Nbvl5j3YXM9DBrvhF8Lx0yluC+6xM15UipqEzGMYA5IbkGKkphCZgmULuia2xo95r/qmOCiHlpfrq7Urqyfdw8UA0VLRzr+l8F1Ceg4SNlqGuwqJ1GekAloqIugmZuzrwTbTDfmIdjUNn36Q+AMC0nILiSo9Hniw7c306ELkbOZ37zW6IzNaVOFzeup1u55jcd2S1mO9f/uMjSC7FU74nOWK8bhq2fq5at6Ii8LPVtSjE+tEqZygnjg==
  • Thread-topic: Table in Word 365

Jeremy,

There are probably multiple ways of getting to the table cell style.
In my Word 365, after you goto Format > Styles, there is a popup at the bottom
labeled "Format".
Click on that, and select "Table Properties".
Then you will see this:

https://www.dropbox.com/s/gzkd9iglxeknbm1/Word-365-Table-Style.png?dl=0




Best Regards,



Jim Underwood

aka JMichaelTX


From: Jeremy Roussak <email@hidden>
Date: Monday, April 20, 2020 at 4:08 AM
To: Jim Underwood <email@hidden>
Cc: "ASUL (AppleScript)" <email@hidden>
Subject: Re: Table in Word 365

Jim,

If I select a cell and go to Format>Style, all I get is a dialog for the
paragraph style for the text in the cell, which as I say doesn’t have “cell
alignment” as one of its properties.

However, if I right-click on one of the table styles in the “Table Design” tab,
I get the option to define a new table style. I think that may be what I’m
looking for, so thanks for the steer.

Jeremy


On 20 Apr 2020, at 00:42, Jim Underwood via AppleScript-Users
<email@hidden<mailto:email@hidden>>
wrote:

Jeremy,

I am finding table cell style in my Word 365.
Click in a table cell, and then goto Format > Styles

I tried to attach a screen shot, but Apple rejected my post a being too large.


Best Regards,

Jim Underwood
aka JMichaelTX




From: "ASUL (AppleScript)"
<email@hidden<mailto:email@hidden>>
Reply-To: Jeremy Roussak <email@hidden<mailto:email@hidden>>
Date: Sunday, April 19, 2020 at 7:34 AM
To: "ASUL (AppleScript)"
<email@hidden<mailto:email@hidden>>
Subject: Re: Table in Word 365

Jim,

Unfortunately, vertical alignment within a table cell is a property of the
cell, not of the paragraph style of the text.

Jeremy

On 18 Apr 2020, at 23:28, Jim Underwood via AppleScript-Users
<email@hidden<mailto:email@hidden>>
wrote:

Jeremy,

Here's an untested idea.
Create a Word Style in the Word Normal template, and assign the alignment you
want there.
If you make that style the default style, then it will apply automatically.
Otherwise, you will need to apply that style in your script.

Good luck. If you get it working, please post your solution.

Best Regards,

Jim Underwood
aka JMichaelTX


From: "ASUL (AppleScript)"
<email@hidden<mailto:email@hidden>>
Reply-To: Jeremy Roussak <email@hidden<mailto:email@hidden>>
Date: Saturday, April 18, 2020 at 1:32 PM
To: "ASUL (AppleScript)"
<email@hidden<mailto:email@hidden>>
Subject: Table in Word 365

Is there a quick way to set the vertical alignment of every cell of a table to
a particular value? Obviously, I can loop through every cell of every row, but
is there a better way? I can apply a style to every cell by using the table’s
text object, but I can’t see a way to set vertical alignment (I want bottom,
not the default top).

I’m scripting creation of the table from tabbed text, so if it can be done at
an early stage, that would be great.

TIA

Jeremy

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >Re: Table in Word 365 (From: Jim Underwood via AppleScript-Users <email@hidden>)
 >Re: Table in Word 365 (From: Jeremy Roussak via AppleScript-Users <email@hidden>)

  • Prev by Date: Re: AppleScript-Users Digest, Vol 17, Issue 40
  • Next by Date: Re: AppleScript-Users Digest, Vol 17, Issue 40
  • Previous by thread: Re: Table in Word 365
  • Next by thread: reiterating over a playlist
  • Index(es):
    • Date
    • Thread